]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 297200: Linkify (add links) bug count to buglist on keyword edit pages (editkeywo...
authorlpsolit%gmail.com <>
Mon, 11 Jul 2005 06:41:12 +0000 (06:41 +0000)
committerlpsolit%gmail.com <>
Mon, 11 Jul 2005 06:41:12 +0000 (06:41 +0000)
template/en/default/admin/keywords/edit.html.tmpl
template/en/default/admin/keywords/list.html.tmpl

index 0c24aeca9fd8aaf10fa8c8e2679ec796080a616c..3809563c2c33b13884b7def8c15675666ee5c948 100755 (executable)
@@ -49,8 +49,9 @@
     <tr>
       <th align="right">[% terms.Bugs %]:</th>
       <td>
-        [% IF bug_count %]
-          [% bug_count %]
+        [% IF bug_count > 0 %]
+          <a href="buglist.cgi?keywords=[% name FILTER url_quote %]">
+            [% bug_count %]</a>
         [% ELSE %]
           none
         [% END %]
index 113b90433593ac1a50138e25aa78128cf23ef75a..84eb6e9f19cd05f7bef67f4fc771f46c84474bdb 100755 (executable)
@@ -49,6 +49,7 @@
        name => "bug_count"
        heading => "Bugs"
        align => "right"
+       contentlink => "buglist.cgi?keywords=%%name%%"
      },
      { 
        heading => "Action"