mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
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:
parent
d6f1359acc
commit
2f8328d4bf
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user