Commit 61cad277 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 274456: Fix the use of <label> tags and remove problems with the…

Patch for bug 274456: Fix the use of <label> tags and remove problems with the 'mark as new' checkbox; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
parent dce1dd61
...@@ -34,8 +34,7 @@ ...@@ -34,8 +34,7 @@
[% knum = 1 %] [% knum = 1 %]
[% IF bug.bug_status == "UNCONFIRMED" && [% IF bug.isunconfirmed && bug.user.canconfirm %]
bug.user.canconfirm %]
<input type="radio" id="knob-confirm" name="knob" value="confirm"> <input type="radio" id="knob-confirm" name="knob" value="confirm">
<label for="knob-confirm"> <label for="knob-confirm">
Confirm [% terms.bug %] (change status to <b>NEW</b>) Confirm [% terms.bug %] (change status to <b>NEW</b>)
...@@ -110,6 +109,7 @@ ...@@ -110,6 +109,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" id="andconfirm" name="andconfirm"> &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" id="andconfirm" name="andconfirm">
<label for="andconfirm"> <label for="andconfirm">
and confirm [% terms.bug %] (change status to <b>NEW</b>) and confirm [% terms.bug %] (change status to <b>NEW</b>)
</label>
<br> <br>
[% END %] [% END %]
[% knum = knum + 1 %] [% knum = knum + 1 %]
...@@ -119,15 +119,15 @@ ...@@ -119,15 +119,15 @@
Reassign [% terms.bug %] to owner Reassign [% terms.bug %] to owner
[% " and QA contact" IF Param('useqacontact') %] [% " and QA contact" IF Param('useqacontact') %]
of selected component of selected component
<br>
[% IF bug.isunconfirmed && bug.user.canconfirm %]
&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" id="compconfirm" name="compconfirm">
<label for="compconfirm">
and confirm [% terms.bug %] (change status to <b>NEW</b>)
</label>
<br>
[% END %]
</label> </label>
<br>
[% IF bug.isunconfirmed && bug.user.canconfirm %]
&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" id="compconfirm" name="compconfirm">
<label for="compconfirm">
and confirm [% terms.bug %] (change status to <b>NEW</b>)
</label>
<br>
[% END %]
[% knum = knum + 1 %] [% knum = knum + 1 %]
[% ELSE %] [% ELSE %]
[% IF bug.resolution != "MOVED" || [% IF bug.resolution != "MOVED" ||
......
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