Newer
Older
[% FOREACH notif IN notifications %]
<p class="ui-state-highlight ui-corner-all" style="border: 2px solid #10427a; background: #DFF1EE;padding: 0.7em;"><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
Notice:
[% IF notif == 'done' %]
Operation has been performed
[% ELSE %]
[% notif %]<br/>
[% END %]
[% END %] <!-- FOREACH -->