Commit b0e18c6d authored by Sunil Joshi's avatar Sunil Joshi Committed by Frédéric Buclin

Bug 810954: In the "reclassify products" page, form labels are not in bold

r/a=LpSolit
parent 5fc1b86c
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment