From 88a210458bd79880ad1a25fe163a5a5a5d564b87 Mon Sep 17 00:00:00 2001 From: Alex Schuilenburg Date: Fri, 6 Nov 2015 18:05:55 +0100 Subject: Bug 1222416: The group list must use 'class' instead of 'align' r=justdave --- template/en/default/admin/groups/list.html.tmpl | 4 ++-- template/en/default/admin/table.html.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template') 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 @@ [% FOREACH c = columns %] [%# Default to align left for headers %] - + [% c.heading FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b