Files
ventas_php/templates/boxes/status_on_popup.tpl

22 lines
755 B
Smarty
Executable File

{include file="{$DOC_ROOT}/templates/boxes/status_open_on_popup.tpl"}
{if !empty($errors)}
<h3>
{if $errors.complete}
<img src="{$WEB_ROOT}/images/ok.gif" style="cursor:pointer" onclick="ToogleStatusDivOnPopup()"/>
{else}
<img src="{$WEB_ROOT}/images/error.gif" style="cursor:pointer" onclick="ToogleStatusDivOnPopup()"/>
{/if}
</h3>
<div style="position:relative;top:-40px;left:50px; font-size:16px;">
{foreach from=$errors.value item="error" key="key"}
{$error}
{if $errors.field.$key}
: {$errors.field.$key}
{/if}
<br />
{/foreach}
</div>
{/if}
{include file="{$DOC_ROOT}/templates/boxes/status_close.tpl"}