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/reports | |
parent | 61858962b06866a330960bd161591b000e26ae63 (diff) | |
download | bugzilla-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.gz bugzilla-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.xz |
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/reports')
-rw-r--r-- | template/en/default/reports/edit-series.html.tmpl | 8 | ||||
-rw-r--r-- | template/en/default/reports/keywords.html.tmpl | 3 |
2 files changed, 2 insertions, 9 deletions
diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl index c789262ca..ac0b1ea30 100644 --- a/template/en/default/reports/edit-series.html.tmpl +++ b/template/en/default/reports/edit-series.html.tmpl @@ -15,14 +15,6 @@ [% PROCESS global/header.html.tmpl %] -[% IF changes_saved %] - <p> - <font color="red"> - Series updated. - </font> - </p> -[% END %] - <form method="get" action="chart.cgi" name="chartform"> [% PROCESS reports/series.html.tmpl diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl index 54f31ecdf..b9a2fd795 100644 --- a/template/en/default/reports/keywords.html.tmpl +++ b/template/en/default/reports/keywords.html.tmpl @@ -17,6 +17,7 @@ [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Keyword Descriptions" + style_urls = ['skins/standard/admin.css'] %] [% FOREACH keyword = keywords %] @@ -26,7 +27,7 @@ [% END %] <table border="1" cellpadding="4" cellspacing="0"> - <tr bgcolor="#6666FF"> + <tr class="column_header"> <th>Name</th> <th>Description</th> <th>Open [% terms.Bugs %]</th> |