From 3dbc33fa256c3df2f4c15bad98dac5a73fcc09b3 Mon Sep 17 00:00:00 2001
From: "gerv%gerv.net" <>
Date: Fri, 11 Mar 2005 05:50:53 +0000
Subject: [PATCH] Bug 274365 - search all core products when searching a
particular application product. Patch by gerv; r,a=myk.
---
template/en/default/bug/create/create-guided.html.tmpl | 10 ++++++++++
1 file changed, 10 insertions(+)
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 %]
--
2.47.3