From: Alex Schuilenburg Date: Fri, 6 Nov 2015 17:07:01 +0000 (+0100) Subject: Bug 1222416: The group list must use 'class' instead of 'align' X-Git-Tag: release-5.0.2~24 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5fc8da0fad88b684c2ebbca05fc552abad739686;p=thirdparty%2Fbugzilla.git Bug 1222416: The group list must use 'class' instead of 'align' r/a=justdave --- diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index 673c053cba..796872e1d5 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 993181c7f4..2c8eb5fe08 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -69,7 +69,7 @@ [% FOREACH c = columns %] [%# Default to align left for headers %] - + [% c.heading FILTER html %] [% END %]