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

This commit is contained in:
lpsolit%gmail.com 2006-03-06 22:41:12 +00:00
Родитель d2a5f39221
Коммит 4659e6e360
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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