Primer commit del sistema avantika sin cambios
This commit is contained in:
21
templates/boxes/status_on_popup.tpl
Executable file
21
templates/boxes/status_on_popup.tpl
Executable file
@@ -0,0 +1,21 @@
|
||||
{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"}
|
||||
Reference in New Issue
Block a user