]> 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:09:14 +0000 (16:09 +0000)
committerjocuri%softhome.net <>
Fri, 31 Dec 2004 16:09:14 +0000 (16:09 +0000)
template/en/default/list/table.html.tmpl

index f8edd6be0e6360f396447d9fe550b6eeef664a9e..7ba27e182880aeb47b140220600863261e279093 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">