]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 123105: No tooltips in duplicates.cgi - Patch by victory(_RSZ_) <bmo2007@rsz...
authorlpsolit%gmail.com <>
Sun, 10 Sep 2006 20:33:02 +0000 (20:33 +0000)
committerlpsolit%gmail.com <>
Sun, 10 Sep 2006 20:33:02 +0000 (20:33 +0000)
template/en/default/filterexceptions.pl
template/en/default/reports/duplicates-table.html.tmpl

index 9a7b3d50d522acff1c381a388b808c5085d2fbde..70a4d28d0fbfd8a34dd9f6ec03d8b2c368453d57 100644 (file)
 'reports/duplicates-table.html.tmpl' => [
   'column.name', 
   'column.description',
-  'bug.id', 
   'bug.count', 
   'bug.delta', 
 ],
index 80a85ff3ca1ec140fe5136a752e8ecddcb4712b9..eb7eec1cf108c24cbf6cdebe250d35e1f5db0764 100644 (file)
         <tr [% "class='resolved'" IF bug.resolution != "" %]>
           <td>
             <center>
-              [% isclosed = bug.resolution != "" %]
-              <a href="show_bug.cgi?id=[% bug.id %]">[% bug.id FILTER closed(isclosed) %]</a>
+              [% bug.id FILTER bug_link(bug.id) FILTER none %]
             </center>
           </td>