]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 342130: don't display a bogus footer anymore when searching for all...
authorvladd%bugzilla.org <>
Tue, 20 Jun 2006 17:32:50 +0000 (17:32 +0000)
committervladd%bugzilla.org <>
Tue, 20 Jun 2006 17:32:50 +0000 (17:32 +0000)
template/en/default/list/list.html.tmpl

index 57775ba50895d23d4071e927694c30dcdf3385d5..803396cd0ffc07b71af3c246e01b3260baae90c3 100644 (file)
   </tr>
 </table>
 
-[% IF cgi.param('product').size == 1 %]
+[% IF cgi.param('product').size == 1 && cgi.param('product') != "" %]
   <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>