]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1222416: The group list must use 'class' instead of 'align'
authorAlex Schuilenburg <alex@schuilenburg.org>
Fri, 6 Nov 2015 17:05:55 +0000 (18:05 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 6 Nov 2015 17:05:55 +0000 (18:05 +0100)
r=justdave

template/en/default/admin/groups/list.html.tmpl
template/en/default/admin/table.html.tmpl

index 33732f957e0ea128ec0c02003f3d092b892ac994..ed664fe06c6abaac0b829c70749d7b23ce8f78ce 100644 (file)
    }
    {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'
index 993181c7f4ae1028627fb38159776c88dfb9ba3b..2c8eb5fe08f16de0d57ddbb35c8b365c2093df7e 100644 (file)
@@ -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 %]