summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/classifications/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/classifications/edit.html.tmpl')
-rw-r--r--template/en/default/admin/classifications/edit.html.tmpl10
1 files changed, 2 insertions, 8 deletions
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl
index fddcb3f96..68fd046f2 100644
--- a/template/en/default/admin/classifications/edit.html.tmpl
+++ b/template/en/default/admin/classifications/edit.html.tmpl
@@ -26,18 +26,12 @@
[% FOREACH product = classification.products %]
<tr>
<th valign=top>[% product.name FILTER html %]</th>
- <td valign=top>
- [% IF product.description %]
- [% product.description FILTER html_light %]
- [% ELSE %]
- <font color="red">description missing</font>
- [% END %]
- </td>
+ <td valign=top>[% product.description FILTER html_light %]</td>
</tr>
[% END %]
</table>
[% ELSE %]
- <font color="red">none</font>
+ <span class="warning">none</span>
[% END %]
</td>
</tr>