summaryrefslogtreecommitdiff
path: root/src/application/templates/old/components/alert_error.twig
blob: a45559c191d35eb1ee64eaa9fa249cca9e21ea73 (plain)
1
2
3
4
5
6
7
8
9
10
11
<table cellspacing="0" cellpadding="4" bgcolor="pink" border="1" bordercolor="red">
<tr><td>
    <img src="/ui/theme-files/old/delete.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>