diff options
author | Byron Jones <bjones@mozilla.com> | 2012-03-22 06:50:02 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-03-22 06:50:02 +0100 |
commit | 76c90bb4e3390f5622e0426292921876be650b9c (patch) | |
tree | d1d831010bd2a94fac15806d06b3cb396df2349a /template/en/default/account | |
parent | 84a465473560c62db6903dd529582933a3b20be9 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 2 |
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, |