]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 810954: In the "reclassify products" page, form labels are not in bold
authorSunil Joshi <joshi_sunil@in.com>
Fri, 16 Nov 2012 18:46:20 +0000 (19:46 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 16 Nov 2012 18:46:20 +0000 (19:46 +0100)
r/a=LpSolit

template/en/default/admin/classifications/reclassify.html.tmpl

index 1d4f4fa6a80b08d0b5a0f34c0a96d9239411ced5..13fb3a3bfe2514cb71a7062b86be4be600fe4105 100644 (file)
 <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 %]
       </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>