From 1aa21d6c316162bb1a5568cf7f3639aab2ff5ea3 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 9 Dec 2004 17:22:20 +0000 Subject: Patch for bug 233049: Improve error when filtering requests with component not in the selected product; patch by Marc Schumann , r=vladd, a=justdave. --- template/en/default/global/code-error.html.tmpl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index ae47ed349..8959437a6 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -235,14 +235,6 @@ I could not figure out what you wanted to do. [% END %] - [% ELSIF error == "unknown_component" %] - [% title = "Unknown Component" %] - There is no component named [% component FILTER html %]. - - [% ELSIF error == "unknown_product" %] - [% title = "Unknown Product" %] - There is no product named [% product FILTER html %]. - [% ELSE %] [% title = "Internal error" %] An internal error has occured, but [% terms.Bugzilla %] doesn't know -- cgit v1.2.3-24-g4f1b