diff options
author | lpsolit%gmail.com <> | 2008-09-17 18:03:59 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-09-17 18:03:59 +0200 |
commit | fafc1b6ca0b40c72fa636a08661f6d585d2cc6eb (patch) | |
tree | 07d3607bc590f9f8d989618fc1a43a0d39f54cd7 /template/en/default | |
parent | a9acddbb45663924f9a1d8472ed07ab13d45c073 (diff) | |
download | bugzilla-fafc1b6ca0b40c72fa636a08661f6d585d2cc6eb.tar.gz bugzilla-fafc1b6ca0b40c72fa636a08661f6d585d2cc6eb.tar.xz |
Bug 417290: Add an email pref to get notifications for newly created bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default')
-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 ad9b370de..57c76a93e 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 [% events = [ { id = constants.EVT_ADDED_REMOVED, description = "I'm added to or removed from this capacity" }, + { id = constants.EVT_BUG_CREATED, + description = "A new $terms.bug is created" }, { id = constants.EVT_OPENED_CLOSED, description = "The $terms.bug is resolved or reopened" }, { id = constants.EVT_PROJ_MANAGEMENT, |