diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 15:51:18 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 15:51:18 +0100 |
commit | ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 (patch) | |
tree | 7038f46b8fac1881e434f207d10883149999a8b9 /template/en/default/admin/components/confirm-delete.html.tmpl | |
parent | 61858962b06866a330960bd161591b000e26ae63 (diff) | |
download | bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.gz bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.bz2 bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.xz bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.zip |
Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles
r/a=justdave
Diffstat (limited to 'template/en/default/admin/components/confirm-delete.html.tmpl')
-rw-r--r-- | template/en/default/admin/components/confirm-delete.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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 %] <table border="1" cellpadding="4" cellspacing="0"> -<tr bgcolor="#6666FF"> +<tr class="column_header"> <th valign="top" class="left">Field</th> <th valign="top" class="left">Value</th> </tr> @@ -114,7 +114,7 @@ from '[% product.name FILTER html %]' product </p> [% ELSE %] - <table border="0" cellpadding="20" width="70%" bgcolor="red"><tr><td> + <table class="confirmation"><tr><td> There [% IF comp.bug_count > 1 %] are [% comp.bug_count %] [%+ terms.bugs %] |