From: lpsolit%gmail.com <> Date: Tue, 7 Mar 2006 06:41:12 +0000 (+0000) Subject: Bug 328667: if I do a search on just one product, there should be a 'new bug against... X-Git-Tag: bugzilla-2.23.1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489040c510eb5b69db1efa06256f1ea7eea50a7c;p=thirdparty%2Fbugzilla.git 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 r=LpSolit a=myk --- diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 5ac715a0cb..57775ba508 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -226,6 +226,12 @@ +[% IF cgi.param('product').size == 1 %] +

+ Fill + a new [% terms.bug %] in the "[% cgi.param('product') FILTER html %]" product +

+[% END %] [%############################################################################%] [%# Page Footer #%]