summaryrefslogtreecommitdiff
path: root/src/application/templates/old/components/alert_info.twig
blob: d45410c81d37e76c3c02eea517934b5d10749eed (plain)
1
2
3
4
5
6
7
8
9
10
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>