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/products/edit.html.tmpl | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'template/en/default/admin/products/edit.html.tmpl') diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl index 713f30aeb..fdbbe42c2 100644 --- a/template/en/default/admin/products/edit.html.tmpl +++ b/template/en/default/admin/products/edit.html.tmpl @@ -45,16 +45,12 @@ [% FOREACH component = product.components %] [% component.name FILTER html %]:  - [% IF component.description %] - [% component.description FILTER html_light %] - [% ELSE %] - description missing - [% END %] + [%- component.name FILTER uri %]">[% component.name FILTER html %]: + [% component.description FILTER html_light %]
[% END %] [% ELSE %] - missing + missing [% END %] @@ -70,7 +66,7 @@ versions:
[% END %] [% ELSE %] - missing + missing [% END %] @@ -87,7 +83,7 @@ versions:
[% END %] [% ELSE %] - missing + missing [% END %] -- cgit v1.2.3-24-g4f1b