summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-31 17:08:55 +0100
committerjocuri%softhome.net <>2004-12-31 17:08:55 +0100
commit5c698c6e3b52ab84d8222829bd42cb8c28360cbb (patch)
tree4f733cb8e119d138e8114e4d0f43b05309ae4ec6 /template
parent28055c618d39d62ea81e33c3d30cde91eb7117b7 (diff)
downloadbugzilla-5c698c6e3b52ab84d8222829bd42cb8c28360cbb.tar.gz
bugzilla-5c698c6e3b52ab84d8222829bd42cb8c28360cbb.tar.xz
Patch for bug 274710: Align correctly buglist CSS column classes for edit-multiple; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/table.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index c72cd4ba4..dc4f241fb 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -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">