diff options
author | 2002-11-16 18:07:13 +0000 | |
---|---|---|
committer | 2002-11-16 18:07:13 +0000 | |
commit | 24b66775ad5f36e9d5a3685c9e15964038f2899e (patch) | |
tree | 2f5efedab6b6d930d27a07fc55345142eb1f8441 /template/en/default/reports/duplicates-table.html.tmpl | |
parent | Fix for bug 180232: removes unnecessary margins/borders around XUL duplicates... (diff) | |
download | bugzilla-24b66775ad5f36e9d5a3685c9e15964038f2899e.tar.gz bugzilla-24b66775ad5f36e9d5a3685c9e15964038f2899e.tar.bz2 bugzilla-24b66775ad5f36e9d5a3685c9e15964038f2899e.zip |
Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template/en/default/reports/duplicates-table.html.tmpl')
-rw-r--r-- | template/en/default/reports/duplicates-table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 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 != "" %] |