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

Bug 357396: Mass-change broken due to the undesired…

Bug 357396: Mass-change broken due to the undesired onClick="document.location='show_bug.cgi?id=XXX'" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
parent bfcd0100
......@@ -160,7 +160,7 @@
[% tableheader %]
[% END %]
<tr class="clickable_area bz_bugitem
<tr class="bz_bugitem
bz_[% bug.bug_severity FILTER css_class_quote -%]
bz_[% bug.priority FILTER css_class_quote -%]
bz_[% bug.bug_status FILTER css_class_quote -%]
......@@ -168,9 +168,7 @@
[%+ "bz_secure" IF bug.secure_mode -%]
[%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%]
[%+ count % 2 == 1 ? "bz_row_odd" : "bz_row_even" -%]
"
onClick="document.location='show_bug.cgi?id=[% bug.bug_id %]'">
">
[% IF dotweak %]
<td>
......
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