diff options
author | myk%mozilla.org <> | 2002-07-03 05:18:46 +0000 |
---|---|---|
committer | myk%mozilla.org <> | 2002-07-03 05:18:46 +0000 |
commit | 8f0251144e71826cd4f22999c448102848fb95f6 (patch) | |
tree | d37097f6d3fa7f8c73e378894602324cf6f4d911 /template | |
parent | 3713224a2bd88ffda1a2bf2e207a36c560789e73 (diff) | |
download | bugs-8f0251144e71826cd4f22999c448102848fb95f6.tar bugs-8f0251144e71826cd4f22999c448102848fb95f6.tar.gz bugs-8f0251144e71826cd4f22999c448102848fb95f6.tar.bz2 bugs-8f0251144e71826cd4f22999c448102848fb95f6.tar.xz bugs-8f0251144e71826cd4f22999c448102848fb95f6.zip |
Fix for bug 122900: implements email preference for unconfirmed bugs.
r=jouni
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 6 |
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" ] %] |