summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-08-24 14:38:33 +0200
committerjustdave%syndicomm.com <>2003-08-24 14:38:33 +0200
commit404397efd02f4c9ea1a2b5ca81e6d3da793462bb (patch)
tree3368be0156c5b422714a8254943a0d9d1bfbf7cc /template/en/default/list/table.html.tmpl
parent12d2aab9f385c10cfe243fff336821e5e0509621 (diff)
downloadbugzilla-404397efd02f4c9ea1a2b5ca81e6d3da793462bb.tar.gz
bugzilla-404397efd02f4c9ea1a2b5ca81e6d3da793462bb.tar.xz
Bug 192385: Bug ID wordwraped in change-several-bugs page if window was narrow
r=myk, a=justdave
Diffstat (limited to 'template/en/default/list/table.html.tmpl')
-rw-r--r--template/en/default/list/table.html.tmpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index da94b1eb9..32016390a 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -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>