bebeboutik/modules/__socolissimo/error.tpl

13 lines
389 B
Smarty
Raw Permalink Normal View History

2016-01-04 12:49:26 +01:00
{if isset($error_list)}
<div class="alert error">
{l s='Socolissimo errors list:' mod='socolissimo'}
<ul style="margin-top: 10px;">
{foreach from=$error_list item=current_error}
<li>{$current_error}</li>
{/foreach}
</ul>
</div>
{/if}
{if isset($so_url_back)}
<a href="{$so_url_back}step=2&cgv=1" class="button_small" title="{l s='Back' mod='socolissimo'}">Back</a>
{/if}