summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorAlex Schuilenburg <alex@schuilenburg.org>2015-11-06 18:05:55 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-11-06 18:05:55 +0100
commit88a210458bd79880ad1a25fe163a5a5a5d564b87 (patch)
tree186086645b5bb18cc9b082759b57b3a42a93e05b /template
parent281440598ea947cfb9cacda034566a6e7bbe590e (diff)
downloadbugzilla-88a210458bd79880ad1a25fe163a5a5a5d564b87.tar.gz
bugzilla-88a210458bd79880ad1a25fe163a5a5a5d564b87.tar.xz
Bug 1222416: The group list must use 'class' instead of 'align'
r=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/groups/list.html.tmpl4
-rw-r--r--template/en/default/admin/table.html.tmpl2
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 %]