From d8f36cac89e6e054e884cbf54fbe130ec7424f9e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 30 May 2006 00:24:53 +0000 Subject: =?UTF-8?q?Bug=20337054:=20Remove=20get=5Fcomponent=5Fid()=20and?= =?UTF-8?q?=20get=5Fcomponent=5Fname()=20from=20globals.pl=20-=20Patch=20b?= =?UTF-8?q?y=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dmka?= =?UTF-8?q?nat=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/code-error.html.tmpl | 18 +++--------------- 1 file changed, 3 insertions(+), 15 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 a71913540..a83629713 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -169,12 +169,7 @@ [% title = "Invalid Column Name" %] The custom sort order specified in your form submission contains an invalid column name [% fragment FILTER html %]. - - [% ELSIF error == "invalid_component" %] - [% title = "Invalid Component" %] - The [% name FILTER html %] component doesn't exist in the - [% product FILTER html %] product. - + [% ELSIF error == "invalid_dimensions" %] [% title = "Invalid Dimensions" %] The width or height specified is not a positive integer. @@ -228,11 +223,7 @@ for flag ID #[% id FILTER html %] [% END %] is invalid. - - [% ELSIF error == "flag_type_component_nonexistent" %] - The component [% name FILTER html %] does not exist - in the product [% product FILTER html %]. - + [% ELSIF error == "flag_type_component_without_product" %] A component was selected without a product being selected. @@ -246,10 +237,7 @@ [% ELSIF error == "flag_type_nonexistent" %] There is no flag type with the ID [% id FILTER html %]. - - [% ELSIF error == "flag_type_product_nonexistent" %] - The product [% product FILTER html %] does not exist. - + [% ELSIF error == "flag_type_target_type_invalid" %] The target type was neither [% terms.bug %] nor attachment but rather [% target_type FILTER html %]. -- cgit v1.2.1