Commit 2e473917 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 297200: Linkify (add links) bug count to buglist on keyword edit pages…

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
parent 9a46dc02
......@@ -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 %]
......
......@@ -49,6 +49,7 @@
name => "bug_count"
heading => "Bugs"
align => "right"
contentlink => "buglist.cgi?keywords=%%name%%"
},
{
heading => "Action"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment