From f172b572be52c41ca4ac712e411915b311bfddf5 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Thu, 17 Aug 2006 02:01:09 +0000 Subject: Bug 320197: Watcher editing in userprefs should use a list box instead of text entry Patch by Colin Ogilvie ; r=wicked; a=myk --- template/en/default/account/prefs/email.html.tmpl | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'template/en/default/account/prefs/email.html.tmpl') diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index cfb34a893..1cfc4f18f 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -261,12 +261,25 @@ document.write(' + [% FOREACH w = watchedusers %] + + [% END %] +
+ + +[% ELSE %] +You are currently not watching any users. +[% END %]

-

Users to watch: - +

Add users to my watch list (comma separated list): +

Users watching you:
-- cgit v1.2.3-24-g4f1b