Files
newwalls.pl/modules/higallery/views/templates/admin/display_form.tpl
2024-12-17 13:43:22 +01:00

30 lines
823 B
Smarty

{**
* 2012 - 2020 HiPresta
*
* MODULE Gallery
*
* @author HiPresta <support@hipresta.com>
* @copyright HiPresta 2020
* @license Addons PrestaShop license limitation
* @link https://hipresta.com
*
* NOTICE OF LICENSE
*
* Don't use this module on several shops. The license provided by PrestaShop Addons
* for all its modules is valid only once for a single shop.
*}
<div class="{if $psv >= 1.6}form-horizontal col-lg-10 {else}form_content{/if}">
{foreach $errors as $error}
<div class="{if $psv >= 1.6}alert alert-danger{else}error{/if}">
{$error|escape:'htmlall':'UTF-8'}
</div>
{/foreach}
{foreach $success as $succes}
<div class="{if $psv >= 1.6}alert alert-success{else}conf{/if}">
{$succes|escape:'htmlall':'UTF-8'}
</div>
{/foreach}
{$content nofilter}
</div>
<div class="clearfix"></div>