Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; r,a=justdave.

This commit is contained in:
gerv%gerv.net 2002-11-16 10:07:14 +00:00
Родитель 0470ff9dc9
Коммит d16d995ce5
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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 != "" %]

Просмотреть файл

@ -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>