summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/edit.html.tmpl
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-10-03 00:57:07 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-03 00:57:07 +0200
commita8e875973a29772c28b149baa754cbaf4d2aaee7 (patch)
treeb2289a6f6fcbf6f3037ac5ea56bfed5972d891d1 /template/en/default/admin/components/edit.html.tmpl
parent898e5ab5f292d8d0d72ae0aa9fc6d4638e5d6eca (diff)
downloadbugzilla-a8e875973a29772c28b149baa754cbaf4d2aaee7.tar.gz
bugzilla-a8e875973a29772c28b149baa754cbaf4d2aaee7.tar.xz
Bug 615636: Labels are badly aligned when editing versions and milestones in admin pages
r/a=LpSolit
Diffstat (limited to 'template/en/default/admin/components/edit.html.tmpl')
-rw-r--r--template/en/default/admin/components/edit.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index b5fc3c321..5236186cc 100644
--- a/template/en/default/admin/components/edit.html.tmpl
+++ b/template/en/default/admin/components/edit.html.tmpl
@@ -43,12 +43,12 @@
[% PROCESS "admin/components/edit-common.html.tmpl" %]
<tr>
- <td><label for="isactive">Enabled For [% terms.Bugs %]:</label></td>
+ <th class="field_label"><label for="isactive">Enabled For [% terms.Bugs %]:</label></th>
<td><input id="isactive" name="isactive" type="checkbox" value="1"
[% 'checked="checked"' IF comp.isactive %]></td>
</tr>
<tr>
- <td>[% terms.Bugs %]:</td>
+ <th class="field_label">[% terms.Bugs %]:</th>
<td>
[% IF comp.bug_count > 0 %]
<a title="[% terms.Bugs %] in component '[% comp.name FILTER html %]'"