summaryrefslogtreecommitdiff
path: root/src/application/templates/old/components/alert_success.twig
blob: 2192358c1c62c4edaa9e491f8344292b4b857546 (plain)
1
2
3
4
5
6
7
8
9
10
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">&nbsp;
    {%- if message starts with "?!HTML::" -%}
        {{- message|slice(8)|raw -}}
    {%- else -%}
        {{- message -}}
    {%- endif -%}
</td></tr>
</table>
<br>