diff options
author | jocuri%softhome.net <> | 2004-12-09 18:22:20 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-09 18:22:20 +0100 |
commit | 1aa21d6c316162bb1a5568cf7f3639aab2ff5ea3 (patch) | |
tree | 6ae9681c5a6fa8c5c548ce6d9a03bdadc6db004a /template/en | |
parent | 21440ad5da22a7e3324e316f3654c8a2e1c4ffeb (diff) | |
download | bugzilla-1aa21d6c316162bb1a5568cf7f3639aab2ff5ea3.tar.gz bugzilla-1aa21d6c316162bb1a5568cf7f3639aab2ff5ea3.tar.xz |
Patch for bug 233049: Improve error when filtering requests with component not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 8 |
1 files changed, 0 insertions, 8 deletions
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 <em>[% component FILTER html %]</em>. - - [% ELSIF error == "unknown_product" %] - [% title = "Unknown Product" %] - There is no product named <em>[% product FILTER html %]</em>. - [% ELSE %] [% title = "Internal error" %] An internal error has occured, but [% terms.Bugzilla %] doesn't know |