summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/classifications/select.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/classifications/select.html.tmpl')
-rw-r--r--template/en/default/admin/classifications/select.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/admin/classifications/select.html.tmpl b/template/en/default/admin/classifications/select.html.tmpl
index 8a033a950..02a3cd413 100644
--- a/template/en/default/admin/classifications/select.html.tmpl
+++ b/template/en/default/admin/classifications/select.html.tmpl
@@ -8,10 +8,11 @@
[% PROCESS global/header.html.tmpl
title = "Select classification"
+ style_urls = ['skins/standard/admin.css']
%]
<table border=1 cellpadding=4 cellspacing=0>
- <tr bgcolor="#6666ff">
+ <tr class="column_header">
<th>Edit Classification ...</th>
<th>Description</th>
<th>Sortkey</th>
@@ -26,7 +27,7 @@
[% IF cl.description %]
[% cl.description FILTER html_light %]
[% ELSE %]
- <font color="red">none</font>
+ <span class="warning">none</span>
[% END %]
</td>
<td valign="top">[% cl.sortkey FILTER html %]</td>