first commit
This commit is contained in:
30
modules/higallery/views/templates/admin/display_form.tpl
Normal file
30
modules/higallery/views/templates/admin/display_form.tpl
Normal file
@@ -0,0 +1,30 @@
|
||||
{**
|
||||
* 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>
|
||||
Reference in New Issue
Block a user