From 2e4739171044ed04d9d12c9e781ba72e195da153 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 11 Jul 2005 06:41:12 +0000 Subject: Bug 297200: Linkify (add links) bug count to buglist on keyword edit pages (editkeywords.cgi) - Patch by Tobias Sager r=vladd a=justdave --- template/en/default/admin/keywords/edit.html.tmpl | 5 +++-- template/en/default/admin/keywords/list.html.tmpl | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'template') 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 @@ [% terms.Bugs %]: - [% IF bug_count %] - [% bug_count %] + [% IF bug_count > 0 %] + + [% bug_count %] [% 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" -- cgit v1.2.3-24-g4f1b