summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-11-16 19:07:13 +0100
committergerv%gerv.net <>2002-11-16 19:07:13 +0100
commit24b66775ad5f36e9d5a3685c9e15964038f2899e (patch)
tree2f5efedab6b6d930d27a07fc55345142eb1f8441 /template
parent81ac0f31355540ec23e4bee5448d5d501ba3d7fc (diff)
downloadbugzilla-24b66775ad5f36e9d5a3685c9e15964038f2899e.tar.gz
bugzilla-24b66775ad5f36e9d5a3685c9e15964038f2899e.tar.xz
Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/reports/duplicates-table.html.tmpl2
-rw-r--r--template/en/default/reports/duplicates.html.tmpl4
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>