summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-13 23:28:38 +0200
committerlpsolit%gmail.com <>2005-08-13 23:28:38 +0200
commitbd573f6c17018c121a60a2bf41bd2ef92a354075 (patch)
treecd95b1c7d5b280a06fed3f27260f2bcd5bdf5884 /template
parent490fcaacd24bb9ef55a1b70da8a43ff44b3a4553 (diff)
downloadbugzilla-bd573f6c17018c121a60a2bf41bd2ef92a354075.tar.gz
bugzilla-bd573f6c17018c121a60a2bf41bd2ef92a354075.tar.xz
Bug 302778: When using IE, all negative event checkboxes are missing from email preferences page - Patch by Zain Memon <zain@voltage.com> r=wicked a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/prefs/email.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 1a0a4b3cf..2c75a085c 100644
--- a/template/en/default/account/prefs/email.html.tmpl
+++ b/template/en/default/account/prefs/email.html.tmpl
@@ -213,7 +213,7 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb
[% FOREACH relationship = relationships %]
[% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR
(relationship.id == constants.REL_VOTER AND NOT usevotes) %]
- <td align="center"
+ <td align="center">
<input type="checkbox"
name="neg-email-[% relationship.id %]-[% event.id %]"
value="1"