Skip to content
Snippets Groups Projects
Commit 332a7cef authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

drop never used templates

parent 8c743676
Branches
Tags
No related merge requests found
[% 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 -->
...@@ -40,12 +40,6 @@ ...@@ -40,12 +40,6 @@
[% PROCESS 'errors.tt2.html' %] [% PROCESS 'errors.tt2.html' %]
</div> </div>
[% ELSE %] [% ELSE %]
[% IF notifications %]
<div class="ui-widget">
[% PROCESS 'notices.tt2.html' %]
</b>
</div>
[% END %]
[% PROCESS 'content.tt2.html' %] [% PROCESS 'content.tt2.html' %]
......
[% 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 -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment