summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-03-22 06:50:02 +0100
committerByron Jones <bjones@mozilla.com>2012-03-22 06:50:02 +0100
commit76c90bb4e3390f5622e0426292921876be650b9c (patch)
treed1d831010bd2a94fac15806d06b3cb396df2349a /template/en/default/account/prefs
parent84a465473560c62db6903dd529582933a3b20be9 (diff)
downloadbugzilla-76c90bb4e3390f5622e0426292921876be650b9c.tar.gz
bugzilla-76c90bb4e3390f5622e0426292921876be650b9c.tar.xz
Bug 731526: Adds an email event for product and/or component notifications
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/account/prefs')
-rw-r--r--template/en/default/account/prefs/email.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 959655d97..328848131 100644
--- a/template/en/default/account/prefs/email.html.tmpl
+++ b/template/en/default/account/prefs/email.html.tmpl
@@ -103,6 +103,8 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb
description = "A new $terms.bug is created" },
{ id = constants.EVT_OPENED_CLOSED,
description = "The $terms.bug is resolved or reopened" },
+ { id = constants.EVT_COMPONENT,
+ description = "The product or component changes" },
{ id = constants.EVT_PROJ_MANAGEMENT,
description = "The priority, status, severity, or milestone changes" },
{ id = constants.EVT_COMMENT,