]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; r,a=justdave.
authorgerv%gerv.net <>
Sat, 16 Nov 2002 18:07:13 +0000 (18:07 +0000)
committergerv%gerv.net <>
Sat, 16 Nov 2002 18:07:13 +0000 (18:07 +0000)
template/en/default/reports/duplicates-table.html.tmpl
template/en/default/reports/duplicates.html.tmpl

index ae9f074a9b807f42c7ff64dd1f0203049a6a883f..073399ad64eafb038b5ef0cec9268cd1ab14d62b 100644 (file)
     [% LAST IF loop.index() >= maxrows %]
     [% vis_bug_ids.push(bug.id) %]      
 
-    <tr>
+    <tr [% "class='resolved'" IF bug.resolution != "" %]>
       <td>
         <center>
           [% "<strike>" IF bug.resolution != "" %]
index bb2a3a10cb45f64154778fdfc540ea14307c18d1..c9f469e2debbd69396377399eec9f4a0741ebb94 100644 (file)
@@ -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>