From: gerv%gerv.net <>
Date: Fri, 11 Mar 2005 05:50:53 +0000 (+0000)
Subject: Bug 274365 - search all core products when searching a particular application product...
X-Git-Tag: bugzilla-2.19.3~172
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbc33fa256c3df2f4c15bad98dac5a73fcc09b3;p=thirdparty%2Fbugzilla.git
Bug 274365 - search all core products when searching a particular application product. Patch by gerv; r,a=myk.
---
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index fc05440e97..5f7ad37909 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -143,6 +143,16 @@ function PutDescription() {
+ [% IF product == "Firefox" OR
+ product == "Thunderbird" OR
+ product == "Mozilla Application Suite" OR
+ product == "Camino" %]
+
+
+
+
+
+ [% END %]