From: mkanat%bugzilla.org <> Date: Wed, 19 Sep 2007 02:44:23 +0000 (+0000) Subject: Fix bustage from Bug 373689--certain error messages are no longer in use. X-Git-Tag: bugzilla-3.1.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b96e2efc66eb75b58f5da5ae5a48de0d712b68e;p=thirdparty%2Fbugzilla.git Fix bustage from Bug 373689--certain error messages are no longer in use. --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 2414333130..f72275bd55 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'} %]