From 8d6671f06bf7d6864cffcaccf4ef4b7e09b80675 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 2 Oct 2002 05:07:08 +0000 Subject: Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz. --- template/en/default/global/choose-product.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template/en/default/global/choose-product.html.tmpl') diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index e8d9aaf5c..de0ca0be7 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -24,6 +24,14 @@ # are their descriptions. #%] +[% IF target == "enter_bug.cgi" %] + [% title = "Enter Bug" %] + [% h2 = "First, you must pick a product on which to enter a bug." %] +[% ELSIF target == "describecomponents.cgi" %] + [% title = "Bugzilla Component Descriptions" %] + [% h2 = "Please specify the product whose components you want described." %] +[% END %] + [% DEFAULT title = "Choose a Product" %] [% PROCESS global/header.html.tmpl %] -- cgit v1.2.3-24-g4f1b