Bug 297200: Linkify (add links) bug count to buglist on keyword edit pages (editkeywords.cgi) - Patch by Tobias Sager <moixa@gmx.ch> r=vladd a=justdave

This commit is contained in:
lpsolit%gmail.com 2005-07-10 23:41:12 +00:00
parent d6f1359acc
commit 2f8328d4bf
2 changed files with 4 additions and 2 deletions

View File

@ -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 %]

View File

@ -49,6 +49,7 @@
name => "bug_count"
heading => "Bugs"
align => "right"
contentlink => "buglist.cgi?keywords=%%name%%"
},
{
heading => "Action"