diff options
author | jocuri%softhome.net <> | 2004-12-31 17:08:55 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-31 17:08:55 +0100 |
commit | 5c698c6e3b52ab84d8222829bd42cb8c28360cbb (patch) | |
tree | 4f733cb8e119d138e8114e4d0f43b05309ae4ec6 /template/en/default/list | |
parent | 28055c618d39d62ea81e33c3d30cde91eb7117b7 (diff) | |
download | bugzilla-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/en/default/list')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 3 |
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"> |