Commit 489040c5 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 328667: if I do a search on just one product, there should be a 'new bug…

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
parent a13a1f0f
......@@ -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 #%]
......
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