diff options
Diffstat (limited to 'template')
-rwxr-xr-x | template/en/default/admin/keywords/edit.html.tmpl | 5 | ||||
-rwxr-xr-x | template/en/default/admin/keywords/list.html.tmpl | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl index 0c24aeca9..3809563c2 100755 --- a/template/en/default/admin/keywords/edit.html.tmpl +++ b/template/en/default/admin/keywords/edit.html.tmpl @@ -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 %] diff --git a/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl index 113b90433..84eb6e9f1 100755 --- a/template/en/default/admin/keywords/list.html.tmpl +++ b/template/en/default/admin/keywords/list.html.tmpl @@ -49,6 +49,7 @@ name => "bug_count" heading => "Bugs" align => "right" + contentlink => "buglist.cgi?keywords=%%name%%" }, { heading => "Action" |