From 4b96e2efc66eb75b58f5da5ae5a48de0d712b68e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 19 Sep 2007 02:44:23 +0000 Subject: Fix bustage from Bug 373689--certain error messages are no longer in use. --- template/en/default/global/user-error.html.tmpl | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 241433313..f72275bd5 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -904,11 +904,6 @@ The name of a milestone is limited to 20 characters. '[% name FILTER html %]' is too long ([% name.length %] characters). - [% ELSIF error == "milestone_not_valid" %] - [% title = "Specified Milestone Does Not Exist" %] - The milestone '[% milestone FILTER html %]' for product - '[% product FILTER html %]' does not exist. - [% ELSIF error == "milestone_required" %] [% title = "Milestone Required" %] You must determine a target milestone for [% terms.bug %] @@ -1067,11 +1062,6 @@ [% title = "No Tag Selected" %] You didn't select a tag from which to remove [% terms.bugs %]. - [% ELSIF error == "no_component_change_for_multiple_products" %] - [% title = "Action Not Permitted" %] - You cannot change the component for a list of [% terms.bugs %] covering more than - one product. - [% ELSIF error == "no_dupe_stats" %] [% title = "Cannot Find Duplicate Statistics" %] [% admindocslinks = {'extraconfig.html' => 'Setting up the collecstats.pl job'} %] @@ -1495,11 +1485,6 @@ [% title = "No Version Specified" %] No version specified when trying to edit versions. - [% ELSIF error == "version_not_valid" %] - [% title = "Specified Version Does Not Exist" %] - The version '[% version FILTER html %]' for product - '[% product FILTER html %]' does not exist. - [% ELSIF error == "users_deletion_disabled" %] [% title = "Deletion not activated" %] [% admindocslinks = {'useradmin.html' => 'User administration'} %] -- cgit v1.2.3-24-g4f1b