diff options
author | lpsolit%gmail.com <> | 2005-08-13 23:28:38 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-13 23:28:38 +0200 |
commit | bd573f6c17018c121a60a2bf41bd2ef92a354075 (patch) | |
tree | cd95b1c7d5b280a06fed3f27260f2bcd5bdf5884 /template/en | |
parent | 490fcaacd24bb9ef55a1b70da8a43ff44b3a4553 (diff) | |
download | bugzilla-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/en')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 2 |
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" |