summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-03-07 07:41:12 +0100
committerlpsolit%gmail.com <>2006-03-07 07:41:12 +0100
commit489040c510eb5b69db1efa06256f1ea7eea50a7c (patch)
tree600d6dbf26006d38f424b66ad7037d8f2650b50c /template
parenta13a1f0ff55fe8d24e6ee6b84c85aa8f96d9816d (diff)
downloadbugzilla-489040c510eb5b69db1efa06256f1ea7eea50a7c.tar.gz
bugzilla-489040c510eb5b69db1efa06256f1ea7eea50a7c.tar.xz
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 <vladd@bugzilla.org> r=LpSolit a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/list.html.tmpl6
1 files changed, 6 insertions, 0 deletions
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 @@
</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 #%]