From ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 22 Dec 2013 15:51:18 +0100 Subject: Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles r/a=justdave --- template/en/default/admin/classifications/del.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/classifications/del.html.tmpl') diff --git a/template/en/default/admin/classifications/del.html.tmpl b/template/en/default/admin/classifications/del.html.tmpl index 83e0812ab..f99d29632 100644 --- a/template/en/default/admin/classifications/del.html.tmpl +++ b/template/en/default/admin/classifications/del.html.tmpl @@ -8,10 +8,11 @@ [% PROCESS global/header.html.tmpl title = "Delete classification" + style_urls = ['skins/standard/admin.css'] %] - + @@ -25,7 +26,7 @@ [% IF classification.description %] [% classification.description FILTER html_light %] [% ELSE %] - description missing + description missing [% END %] -- cgit v1.2.3-24-g4f1b
Part Value