From 489040c510eb5b69db1efa06256f1ea7eea50a7c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 7 Mar 2006 06:41:12 +0000 Subject: 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 --- template/en/default/list/list.html.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'template') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 5ac715a0c..57775ba50 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 #%] -- cgit v1.2.3-24-g4f1b