diff options
author | gerv%gerv.net <> | 2002-11-16 18:07:13 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-11-16 18:07:13 +0000 |
commit | 24b66775ad5f36e9d5a3685c9e15964038f2899e (patch) | |
tree | 2f5efedab6b6d930d27a07fc55345142eb1f8441 /template/en | |
parent | 81ac0f31355540ec23e4bee5448d5d501ba3d7fc (diff) | |
download | bugs-24b66775ad5f36e9d5a3685c9e15964038f2899e.tar bugs-24b66775ad5f36e9d5a3685c9e15964038f2899e.tar.gz bugs-24b66775ad5f36e9d5a3685c9e15964038f2899e.tar.bz2 bugs-24b66775ad5f36e9d5a3685c9e15964038f2899e.tar.xz bugs-24b66775ad5f36e9d5a3685c9e15964038f2899e.zip |
Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template/en')
-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> |