From 3dbc33fa256c3df2f4c15bad98dac5a73fcc09b3 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 11 Mar 2005 05:50:53 +0000 Subject: 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(+) (limited to 'template/en/default/bug/create/create-guided.html.tmpl') diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index fc05440e9..5f7ad3790 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 %] -- cgit v1.2.3-24-g4f1b