diff options
author | Jonas Kohl | 2024-12-10 17:15:10 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-12-10 17:15:10 +0100 |
commit | 7d685c5e64149e20c7dc8977f645e050be53ddfd (patch) | |
tree | 44a931c23979aaa2e22b079f8af9232f490eb4d3 /src/application/templates/old/components/alert_success.twig | |
parent | 7c9f91333da983da37d3dc837fa61ef0bff64549 (diff) |
Add classic theme
Diffstat (limited to 'src/application/templates/old/components/alert_success.twig')
-rw-r--r-- | src/application/templates/old/components/alert_success.twig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/application/templates/old/components/alert_success.twig b/src/application/templates/old/components/alert_success.twig new file mode 100644 index 0000000..2192358 --- /dev/null +++ b/src/application/templates/old/components/alert_success.twig @@ -0,0 +1,11 @@ +<table cellspacing="0" cellpadding="4" bgcolor="#99FF99" border="1" bordercolor="green"> +<tr><td> + <img src="/ui/theme-files/old/check.gif" border="0" alt="" width="16" height="16" draggable="false" class="inline-icon"> + {%- if message starts with "?!HTML::" -%} + {{- message|slice(8)|raw -}} + {%- else -%} + {{- message -}} + {%- endif -%} +</td></tr> +</table> +<br> |