From 4fa178ae3f0f612cf91b26a2dea498602794be3b Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 31 Dec 2013 13:48:41 +0100 Subject: Bug 920681: Remove the cellspacing and cellpadding attributes from tables r/a=justdave --- template/en/default/admin/classifications/edit.html.tmpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'template/en/default/admin/classifications/edit.html.tmpl') 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'] %]
- +
[% PROCESS "admin/classifications/edit-common.html.tmpl" %] - +
Edit Products: @@ -25,8 +26,8 @@ [% FOREACH product = classification.products %] - - + + [% END %]
[% product.name FILTER html %][% product.description FILTER html_light %][% product.name FILTER html %][% product.description FILTER html_light %]
-- cgit v1.2.3-24-g4f1b