Commit bd573f6c authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 302778: When using IE, all negative event checkboxes are missing from email…

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
parent 490fcaac
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment