Commit 5fc8da0f authored by Alex Schuilenburg's avatar Alex Schuilenburg Committed by Frédéric Buclin

Bug 1222416: The group list must use 'class' instead of 'align'

r/a=justdave
parent 948b5806
......@@ -40,11 +40,11 @@
}
{name => 'is_active_bug_group'
heading => "Use For $terms.Bugs"
align => 'center'
class => 'center'
}
{name => 'type'
heading => 'Type'
align => 'center'
class => 'center'
}
{name => 'action'
heading => 'Action'
......
......@@ -69,7 +69,7 @@
<tr class="column_header">
[% FOREACH c = columns %]
[%# Default to align left for headers %]
<th class="[% (c.align || 'left') FILTER css_class_quote %]">
<th class="[% (c.class || 'left') FILTER css_class_quote %]">
[% c.heading FILTER html %]
</th>
[% END %]
......
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