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/components/confirm-delete.html.tmpl | 4 ++-- template/en/default/admin/components/list.html.tmpl | 1 + template/en/default/admin/components/select-product.html.tmpl | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/components') diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index bbd5ce200..6644acca8 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -23,7 +23,7 @@ from '[% product.name FILTER html %]' product %] - + @@ -114,7 +114,7 @@ from '[% product.name FILTER html %]' product

[% ELSE %] -
Field Value
+
There [% IF comp.bug_count > 1 %] are [% comp.bug_count %] [%+ terms.bugs %] diff --git a/template/en/default/admin/components/list.html.tmpl b/template/en/default/admin/components/list.html.tmpl index fc36bcdd2..949f56b1e 100644 --- a/template/en/default/admin/components/list.html.tmpl +++ b/template/en/default/admin/components/list.html.tmpl @@ -16,6 +16,7 @@ '[% product.name FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title + style_urls = ['skins/standard/admin.css'] %] [% edit_contentlink = BLOCK %]editcomponents.cgi?action=edit&product= diff --git a/template/en/default/admin/components/select-product.html.tmpl b/template/en/default/admin/components/select-product.html.tmpl index 55600d9cd..3651ec570 100644 --- a/template/en/default/admin/components/select-product.html.tmpl +++ b/template/en/default/admin/components/select-product.html.tmpl @@ -13,6 +13,7 @@ [% PROCESS global/header.html.tmpl title = "Edit components for which product?" + style_urls = ['skins/standard/admin.css'] %] [% columns = [ -- cgit v1.2.3-24-g4f1b