diff options
author | vladd%bugzilla.org <> | 2006-06-20 19:32:50 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-20 19:32:50 +0200 |
commit | e6f88531bd8d4b4d1e36ed078272dac521fcc6e9 (patch) | |
tree | cd372a7b1abcdd6d69b131c985fa7478addcf7a6 /template | |
parent | 2c0118b590fb927dfa32259996a1513f85ce8db9 (diff) | |
download | bugzilla-e6f88531bd8d4b4d1e36ed078272dac521fcc6e9.tar.gz bugzilla-e6f88531bd8d4b4d1e36ed078272dac521fcc6e9.tar.xz |
Patch for bug 342130: don't display a bogus footer anymore when searching for all products with Quick Search; patch by Vlad Dascalu <vladd@bugzilla.org>; r=LpSolit, a=myk.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 57775ba50..803396cd0 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -226,7 +226,7 @@ </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> |