From c7b3364fb986ccf8fbcbc0dce780f244f8e92edf Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Tue, 7 May 2002 12:16:24 +0000 Subject: [PATCH] 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 --- .../PLIF/output/http/userPrefs.notification | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/PLIF/output/http/userPrefs.notification b/mozilla/webtools/PLIF/output/http/userPrefs.notification index a0ba9208cd7..1486962bd40 100644 --- a/mozilla/webtools/PLIF/output/http/userPrefs.notification +++ b/mozilla/webtools/PLIF/output/http/userPrefs.notification @@ -5,10 +5,14 @@ TemplateToolkit title = 'User Preferences: Notes' %] -[% FOREACH notification = notifications %] - -

User = [% notification.0 %], Field = [% notification.1 %], Message = [% notification.2 %]

- -[% END %] +
    + [%- FOREACH notification = notifications -%] + [%- SWITCH notification.2 -%] + [%- CASE '' %] + [%- CASE DEFAULT %] +
  1. [% notification.2 %] ([% notification.1 %])
  2. + [%- END -%] + [%- END %] +
[% INCLUDE template.footer %]