diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/groups/list.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/admin/table.html.tmpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index 33732f957..ed664fe06 100644 --- a/template/en/default/admin/groups/list.html.tmpl +++ b/template/en/default/admin/groups/list.html.tmpl @@ -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' diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl index 993181c7f..2c8eb5fe0 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -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 %] |