Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
5fc8da0f
Commit
5fc8da0f
authored
Nov 06, 2015
by
Alex Schuilenburg
Committed by
Frédéric Buclin
Nov 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1222416: The group list must use 'class' instead of 'align'
r/a=justdave
parent
948b5806
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
list.html.tmpl
template/en/default/admin/groups/list.html.tmpl
+2
-2
table.html.tmpl
template/en/default/admin/table.html.tmpl
+1
-1
No files found.
template/en/default/admin/groups/list.html.tmpl
View file @
5fc8da0f
...
...
@@ -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'
...
...
template/en/default/admin/table.html.tmpl
View file @
5fc8da0f
...
...
@@ -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 %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment