diff options
author | lpsolit%gmail.com <> | 2005-11-01 08:09:28 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-11-01 08:09:28 +0100 |
commit | 967d3f6601d528cb2499f88d12acba0ce61ecfa2 (patch) | |
tree | 931601cb1a6a47f065f7a1760e27d94683cf50a0 /template/en/default/account | |
parent | 7cb75c8af8b5cdcbc1040e659a4d6d2d8457d7e7 (diff) | |
download | bugzilla-967d3f6601d528cb2499f88d12acba0ce61ecfa2.tar.gz bugzilla-967d3f6601d528cb2499f88d12acba0ce61ecfa2.tar.xz |
Bug 314269: Add email pref to not send mail about dependency changes - Patch by Todd Stansell <tjs@tellme.com> r=joel a=justdave
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 2c75a085c..857999200 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -124,6 +124,8 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb description = "The keywords field changes" }, { id = constants.EVT_CC, description = "The CC field changes" }, + { id = constants.EVT_DEPEND_BLOCK, + description = "The dependency tree changes" }, { id = constants.EVT_OTHER, description = "Any field not mentioned above changes" }, ] %] |