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 --- .../admin/products/confirm-delete.html.tmpl | 23 +++++----------------- 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'template/en/default/admin/products/confirm-delete.html.tmpl') diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl index f1d6aa429..626513526 100644 --- a/template/en/default/admin/products/confirm-delete.html.tmpl +++ b/template/en/default/admin/products/confirm-delete.html.tmpl @@ -25,7 +25,7 @@ %] - + @@ -42,7 +42,7 @@ [% IF classification.description %] [% classification.description FILTER html_light %] [% ELSE %] - missing + missing [% END %] @@ -59,13 +59,7 @@ [%# descriptions are intentionally not filtered to allow html content %] - + [% IF Param('usetargetmilestone') %] @@ -111,14 +105,7 @@ [% FOREACH c = product.components %] - [%# descriptions are intentionally not filtered to allow html content %] - + [% END %]
Field Value
Description: - [% IF product.description %] - [% product.description FILTER html_light %] - [% ELSE %] - missing - [% END %] - [% product.description FILTER html_light %]
[% c.name FILTER html %]: - [% IF c.description %] - [% c.description FILTER html_light %] - [% ELSE %] - missing - [% END %] - [% c.description FILTER html_light %]
@@ -214,7 +201,7 @@ [% ELSE %] - +
There -- cgit v1.2.3-24-g4f1b