aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/infos_errors.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/template/infos_errors.tpl')
-rw-r--r--themes/smartpocket/template/infos_errors.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/smartpocket/template/infos_errors.tpl b/themes/smartpocket/template/infos_errors.tpl
new file mode 100644
index 000000000..ce2db88d9
--- /dev/null
+++ b/themes/smartpocket/template/infos_errors.tpl
@@ -0,0 +1,19 @@
+{if isset($errors) }
+<div class="errors">
+ <ul>
+ {foreach from=$errors item=error}
+ <li>{$error}</li>
+ {/foreach}
+ </ul>
+</div>
+{/if}
+
+{if not empty($infos)}
+<div class="infos">
+ <ul>
+ {foreach from=$infos item=info}
+ <li>{$info}</li>
+ {/foreach}
+ </ul>
+</div>
+{/if} \ No newline at end of file