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

r=myk, a=justdave


git-svn-id: svn://10.0.0.236/trunk@146287 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%syndicomm.com
2003-08-24 05:38:33 +00:00
parent cdbe511cd7
commit ef200ccfa5

View File

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