diff options
author | mkanat%bugzilla.org <> | 2007-09-19 04:44:23 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-09-19 04:44:23 +0200 |
commit | 4b96e2efc66eb75b58f5da5ae5a48de0d712b68e (patch) | |
tree | 4bf8b6d74bfeacb4a638726ca9fd18d8318e272e /template | |
parent | af4793c884c6f3eb9dff8a79865f6cfa690aa9ec (diff) | |
download | bugzilla-4b96e2efc66eb75b58f5da5ae5a48de0d712b68e.tar.gz bugzilla-4b96e2efc66eb75b58f5da5ae5a48de0d712b68e.tar.xz |
Fix bustage from Bug 373689--certain error messages are no longer in use.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 15 |
1 files changed, 0 insertions, 15 deletions
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'} %] |