]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 192385: Bug ID wordwraped in change-several-bugs page if window was narrow
authorjustdave%syndicomm.com <>
Sun, 24 Aug 2003 12:38:33 +0000 (12:38 +0000)
committerjustdave%syndicomm.com <>
Sun, 24 Aug 2003 12:38:33 +0000 (12:38 +0000)
r=myk, a=justdave

template/en/default/list/table.html.tmpl

index da94b1eb9aff45cfd218c30d39088115b4293655..32016390a28780b401d99e98b15907d55004b197 100644 (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>
              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>