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.tmpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl
index 68fd046f2..b1f6ce225 100644
--- a/template/en/default/admin/classifications/edit.html.tmpl
+++ b/template/en/default/admin/classifications/edit.html.tmpl
@@ -8,14 +8,15 @@
[% PROCESS global/header.html.tmpl
title = "Edit classification"
+ style_urls = ['skins/standard/admin.css']
%]
<form method=post action="editclassifications.cgi">
- <table border=0 cellpadding=4 cellspacing=0>
+ <table id="admin_table_edit">
[% PROCESS "admin/classifications/edit-common.html.tmpl" %]
- <tr valign=top>
+ <tr>
<th>
<a href="editproducts.cgi?classification=[% classification.name FILTER uri %]">
Edit Products</a>:
@@ -25,8 +26,8 @@
<table>
[% FOREACH product = classification.products %]
<tr>
- <th valign=top>[% product.name FILTER html %]</th>
- <td valign=top>[% product.description FILTER html_light %]</td>
+ <th>[% product.name FILTER html %]</th>
+ <td>[% product.description FILTER html_light %]</td>
</tr>
[% END %]
</table>