Preliminary work in making the user prefs notifications page nicer.
git-svn-id: svn://10.0.0.236/trunk@120938 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -5,10 +5,14 @@ TemplateToolkit
|
||||
title = 'User Preferences: Notes'
|
||||
%]
|
||||
|
||||
[% FOREACH notification = notifications %]
|
||||
|
||||
<p>User = [% notification.0 %], Field = [% notification.1 %], Message = [% notification.2 %]</p>
|
||||
|
||||
[% END %]
|
||||
<ol>
|
||||
[%- FOREACH notification = notifications -%]
|
||||
[%- SWITCH notification.2 -%]
|
||||
[%- CASE '' %]
|
||||
[%- CASE DEFAULT %]
|
||||
<li>[% notification.2 %] ([% notification.1 %])</li>
|
||||
[%- END -%]
|
||||
[%- END %]
|
||||
</ol>
|
||||
|
||||
[% INCLUDE template.footer %]
|
||||
|
||||
Reference in New Issue
Block a user