]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 328667: if I do a search on just one product, there should be a 'new bug against...
authorlpsolit%gmail.com <>
Tue, 7 Mar 2006 06:41:12 +0000 (06:41 +0000)
committerlpsolit%gmail.com <>
Tue, 7 Mar 2006 06:41:12 +0000 (06:41 +0000)
template/en/default/list/list.html.tmpl

index 5ac715a0cbcd489cc2d7fe52d48fdc82e550973c..57775ba50895d23d4071e927694c30dcdf3385d5 100644 (file)
   </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                                                              #%]