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/attachment | |
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/attachment')
-rw-r--r-- | template/en/default/attachment/confirm-delete.html.tmpl | 5 | ||||
-rw-r--r-- | template/en/default/attachment/show-multiple.html.tmpl | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index 9eaaa7b28..c03d58641 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -17,11 +17,12 @@ [% PROCESS global/header.html.tmpl title = title + style_urls = ['skins/standard/admin.css'] doc_section = "attachments.html" %] <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> @@ -55,7 +56,7 @@ <h2>Confirmation</h2> -<table border="0" cellpadding="20" width="70%" bgcolor="red"> +<table class="confirmation"> <tr> <td> The content of this attachment will be deleted in an <b>irreversible</b> way. diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index 8791e0dfe..be946ee89 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/template/en/default/attachment/show-multiple.html.tmpl @@ -33,7 +33,7 @@ <div align="center"> <table class="attachment_info" cellspacing="0" cellpadding="4" border="1" width="75%"> <tr> - <td valign="top" bgcolor="#cccccc" colspan="6"> + <td colspan="6" class="bz_attach_footer"> <big><b>Attachment #[% a.id %]</b></big> </td> </tr> |