summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/email.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-07-03 07:18:46 +0200
committermyk%mozilla.org <>2002-07-03 07:18:46 +0200
commit8f0251144e71826cd4f22999c448102848fb95f6 (patch)
treed37097f6d3fa7f8c73e378894602324cf6f4d911 /template/en/default/account/prefs/email.html.tmpl
parent3713224a2bd88ffda1a2bf2e207a36c560789e73 (diff)
downloadbugzilla-8f0251144e71826cd4f22999c448102848fb95f6.tar.gz
bugzilla-8f0251144e71826cd4f22999c448102848fb95f6.tar.xz
Fix for bug 122900: implements email preference for unconfirmed bugs.
r=jouni
Diffstat (limited to 'template/en/default/account/prefs/email.html.tmpl')
-rw-r--r--template/en/default/account/prefs/email.html.tmpl6
1 files changed, 5 insertions, 1 deletions
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 <gerv@gerv.net>
+ # Myk Melez <myk@mozilla.org>
#%]
[%# 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' },
+ ] %]
<tr>
[% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ]
%]