Commit 5c698c6e authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 274710: Align correctly buglist CSS column classes for…

Patch for bug 274710: Align correctly buglist CSS column classes for edit-multiple; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
parent 28055c61
...@@ -74,6 +74,9 @@ ...@@ -74,6 +74,9 @@
[% tableheader = BLOCK %] [% tableheader = BLOCK %]
<table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%"> <table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%">
<colgroup> <colgroup>
[% IF dotweak %]
<col class="bz_checkbox_column">
[% END %]
<col class="bz_id_column"> <col class="bz_id_column">
[% FOREACH id = displaycolumns %] [% FOREACH id = displaycolumns %]
<col class="bz_[% id FILTER css_class_quote %]_column"> <col class="bz_[% id FILTER css_class_quote %]_column">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment