hotel_commerce/modules/qlocleaner/views/templates/admin/functional_integrity_conf.tpl
2023-06-26 13:09:26 +05:30

30 lines
960 B
Smarty

{*
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
* @author Webkul IN <support@webkul.com>
* @copyright 2010-2020 Webkul IN
* @license https://store.webkul.com/license.html
*}
{* {$query|escape:'htmlall':'UTF-8'} *}
<p>{l s='The following queries successfuly fixed broken data:' mod='qlocleaner'}<p>
<ul>
{foreach $logs as $query => $entries}
<li>
{$query|escape:'htmlall':'UTF-8'} <br />
{l s='%d line(s)' sprintf=[$entries] mod='qlocleaner'}
</li>
{/foreach}
</ul>
<br/>
{l s='please run database cleaning to clean your database' mod='qlocleaner'}