From: Alex Schuilenburg Date: Fri, 6 Nov 2015 17:05:55 +0000 (+0100) Subject: Bug 1222416: The group list must use 'class' instead of 'align' X-Git-Tag: release-5.1.1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a210458bd79880ad1a25fe163a5a5a5d564b87;p=thirdparty%2Fbugzilla.git Bug 1222416: The group list must use 'class' instead of 'align' r=justdave --- diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index 33732f957e..ed664fe06c 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 %]