diff options
author | lpsolit%gmail.com <> | 2006-10-21 00:50:58 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-21 00:50:58 +0200 |
commit | ea199cfceb3b847c3f136ebc91ca35643009c1c6 (patch) | |
tree | 9a196bfcfae010b2a3d3f0ad28c68cb70cdb8dfe /template | |
parent | bfcd01002f87e22f32b04a84abe70f3265bf837d (diff) | |
download | bugzilla-ea199cfceb3b847c3f136ebc91ca35643009c1c6.tar.gz bugzilla-ea199cfceb3b847c3f136ebc91ca35643009c1c6.tar.xz |
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
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 6f88cd909..2918007c1 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -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> |