From 8f0251144e71826cd4f22999c448102848fb95f6 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 3 Jul 2002 05:18:46 +0000 Subject: Fix for bug 122900: implements email preference for unconfirmed bugs. r=jouni --- template/en/default/account/prefs/email.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index e3ff6b86c..41baae882 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -17,6 +17,7 @@ # Rights Reserved. # # Contributor(s): Gervase Markham + # Myk Melez #%] [%# INTERFACE: @@ -138,7 +139,10 @@ { name = 'CC', description = 'CC field changes' }, { name = 'Other', - description = 'Any field not mentioned above changes' } ] %] + description = 'Any field not mentioned above changes' }, + { name = 'Unconfirmed', + description = 'The bug is in the unconfirmed state' }, + ] %] [% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ] %] -- cgit v1.2.3-24-g4f1b