Bug 192385: Bug ID wordwraped in change-several-bugs page if window was narrow

r=myk, a=justdave
parent 12d2aab9
...@@ -81,6 +81,9 @@ ...@@ -81,6 +81,9 @@
</colgroup> </colgroup>
<tr align="left"> <tr align="left">
[% IF dotweak %]
<th>&nbsp;</th>
[% END %]
<th colspan="[% splitheader ? 2 : 1 %]"> <th colspan="[% splitheader ? 2 : 1 %]">
<a href="buglist.cgi? <a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;order=bugs.bug_id">ID</a> [% urlquerypart FILTER html %]&amp;order=bugs.bug_id">ID</a>
...@@ -142,8 +145,12 @@ ...@@ -142,8 +145,12 @@
bz_[% bug.resolution FILTER css_class_quote %] bz_[% bug.resolution FILTER css_class_quote %]
[%+ "bz_secure" IF bug.isingroups %]"> [%+ "bz_secure" IF bug.isingroups %]">
[% IF dotweak %]
<td>
<input type="checkbox" name="id_[% bug.bug_id %]">
</td>
[% END %]
<td> <td>
[% IF dotweak %]<input type="checkbox" name="id_[% bug.bug_id %]">[% END %]
<a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a> <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
</td> </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