From d8f36cac89e6e054e884cbf54fbe130ec7424f9e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 30 May 2006 00:24:53 +0000 Subject: Bug 337054: Remove get_component_id() and get_component_name() from globals.pl - Patch by Frédéric Buclin r=mkanat a=myk 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') 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.3-24-g4f1b