summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2012-11-16 19:46:20 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-16 19:46:20 +0100
commitb0e18c6d38c6e6779ed461391d33f95ec4118ca6 (patch)
treea0f44241648aa742a2ad30f7e7923a855e5f12d2 /template
parent5fc1b86cfeeaf5e8e64dfbef3cd94f13a899d696 (diff)
downloadbugzilla-b0e18c6d38c6e6779ed461391d33f95ec4118ca6.tar.gz
bugzilla-b0e18c6d38c6e6779ed461391d33f95ec4118ca6.tar.xz
Bug 810954: In the "reclassify products" page, form labels are not in bold
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/classifications/reclassify.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/classifications/reclassify.html.tmpl b/template/en/default/admin/classifications/reclassify.html.tmpl
index 1d4f4fa6a..13fb3a3bf 100644
--- a/template/en/default/admin/classifications/reclassify.html.tmpl
+++ b/template/en/default/admin/classifications/reclassify.html.tmpl
@@ -13,11 +13,11 @@
<form method=post action="editclassifications.cgi">
<table border=0 cellpadding=4 cellspacing=0>
<tr>
- <td valign="top">Classification:</td>
+ <th align="right">Classification:</th>
<td valign="top" colspan=3>[% classification.name FILTER html %]</td>
</tr><tr>
- <td valign="top">Description:</td>
+ <th align="right">Description:</th>
<td valign="top" colspan=3>
[% IF classification.description %]
[% classification.description FILTER html_light %]
@@ -27,11 +27,11 @@
</td>
</tr><tr>
- <td valign="top">Sortkey:</td>
+ <th align="right">Sortkey:</th>
<td valign="top" colspan=3>[% classification.sortkey FILTER html %]</td>
</tr><tr>
- <td valign="top">Products:</td>
+ <th align="right">Products:</th>
<td valign="top">Other Classifications</td>
<td></td>
<td valign="top">This Classification</td>