Primer commit del sistema avantika sin cambios
This commit is contained in:
9
templates/boxes/simple_status.tpl
Executable file
9
templates/boxes/simple_status.tpl
Executable file
@@ -0,0 +1,9 @@
|
||||
{if !empty($errors)}
|
||||
{foreach from=$errors.value item="error" key="key"}
|
||||
{$error}
|
||||
{if $errors.field.$key}
|
||||
Campo: {$errors.field.$key}
|
||||
{/if}
|
||||
<br />
|
||||
{/foreach}
|
||||
{/if}
|
||||
Reference in New Issue
Block a user