summaryrefslogtreecommitdiff
path: root/src/application/templates/old/components/alert_info.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/templates/old/components/alert_info.twig')
-rw-r--r--src/application/templates/old/components/alert_info.twig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/application/templates/old/components/alert_info.twig b/src/application/templates/old/components/alert_info.twig
new file mode 100644
index 0000000..d45410c
--- /dev/null
+++ b/src/application/templates/old/components/alert_info.twig
@@ -0,0 +1,11 @@
+<table cellspacing="0" cellpadding="4" bgcolor="lightskyblue" border="1" bordercolor="skyblue">
+<tr><td>
+ <img src="/ui/theme-files/old/information.gif" border="0" alt="" width="16" height="16" draggable="false" class="inline-icon">&nbsp;
+ {%- if message starts with "?!HTML::" -%}
+ {{- message|slice(8)|raw -}}
+ {%- else -%}
+ {{- message -}}
+ {%- endif -%}
+</td></tr>
+</table>
+<br> \ No newline at end of file