Bug 328667: if I do a search on just one product, there should be a 'new bug against this product' link - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@191851 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -226,6 +226,12 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
[% IF cgi.param('product').size == 1 %]
|
||||
<p>
|
||||
<a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">Fill
|
||||
a new [% terms.bug %] in the "[% cgi.param('product') FILTER html %]" product</a>
|
||||
</p>
|
||||
[% END %]
|
||||
|
||||
[%############################################################################%]
|
||||
[%# Page Footer #%]
|
||||
|
||||
Reference in New Issue
Block a user