diff options
author | Byron Jones <bjones@mozilla.com> | 2012-04-11 11:35:06 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-04-11 11:35:06 +0200 |
commit | 9ffabb578d4679d90c4733964203fa3e631482e9 (patch) | |
tree | 35d7014832c37df25b7a2d028c7b5d0ba13ce99a /template | |
parent | 2cedff64578d719d21d040bf9c44a344b2c1cb20 (diff) | |
download | bugzilla-9ffabb578d4679d90c4733964203fa3e631482e9.tar.gz bugzilla-9ffabb578d4679d90c4733964203fa3e631482e9.tar.xz |
Bug 738152: backport product/component email event filter
Diffstat (limited to 'template')
-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 96a111bae..4f08d51ce 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -119,6 +119,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, |