diff options
-rw-r--r-- | template/en/default/reports/duplicates-table.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/reports/duplicates.html.tmpl | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index ae9f074a9..073399ad6 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -114,7 +114,7 @@ [% LAST IF loop.index() >= maxrows %] [% vis_bug_ids.push(bug.id) %] - <tr> + <tr [% "class='resolved'" IF bug.resolution != "" %]> <td> <center> [% "<strike>" IF bug.resolution != "" %] diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index bb2a3a10c..c9f469e2d 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -39,7 +39,9 @@ [% title = "Most Frequently Reported Bugs" %] [% END%] -[% PROCESS global/header.html.tmpl %] +[% PROCESS global/header.html.tmpl + style = ".resolved { background-color: #d9d9d9; color: #000000; }" +%] <p> <a href="#explanation">What is this data?</a> |