]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 274710: Align correctly buglist CSS column classes for edit-multiple...
authorjocuri%softhome.net <>
Fri, 31 Dec 2004 16:08:55 +0000 (16:08 +0000)
committerjocuri%softhome.net <>
Fri, 31 Dec 2004 16:08:55 +0000 (16:08 +0000)
template/en/default/list/table.html.tmpl

index c72cd4ba47f1073d484030eed8c9e5f8e8660f51..dc4f241fb7ac191cd43f6cad7602182d5936524a 100644 (file)
@@ -74,6 +74,9 @@
 [% tableheader = BLOCK %]
   <table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%">
     <colgroup>
+      [% IF dotweak %]
+        <col class="bz_checkbox_column">
+      [% END %]
       <col class="bz_id_column">
       [% FOREACH id = displaycolumns %]
       <col class="bz_[% id FILTER css_class_quote %]_column">