From 5fed7ece4b48ecd990d50be4f09f13954f06c075 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 8 Jan 2005 05:34:06 +0000 Subject: Bug 153461: describe components shouldn't give an error for a bad product Patch: LpSolit@netscape.net r=mkanat a=justdave --- template/en/default/global/messages.html.tmpl | 6 ++++++ template/en/default/global/user-error.html.tmpl | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 2dfe74c5f..b007af2e1 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -135,6 +135,12 @@ Back to flag types.

+ [% ELSIF message_tag == "product_invalid" %] + [% title = "$terms.Bugzilla Component Descriptions" %] + The product [% product FILTER html %] does not exist + or you don't have access to it. The following is a list of the + products you can choose from. + [% ELSIF message_tag == "series_created" %] [% title = "Series Created" %] The series [% series.category FILTER html %] / diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 24000983a..6b922d0c2 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -798,10 +798,6 @@ Patches cannot be more than [% Param('maxpatchsize') %] KB in size. Try breaking your patch into several pieces. - [% ELSIF error == "product_access_denied" %] - [% title = "Access Denied" %] - You do not have the permissions necessary to access that product. - [% ELSIF error == "product_edit_denied" %] [% title = "Product Edit Access Denied" %] You are not permitted to edit [% terms.bugs %] in product -- cgit v1.2.3-24-g4f1b