From d22980e7b032a030d1640537b4b99355eafabb06 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 8 Jul 2010 12:21:31 -0700 Subject: Remove two errors that are no longer used, after the $$some_var refactor in Search.pm. https://bugzilla.mozilla.org/show_bug.cgi?id=574556 --- template/en/default/global/user-error.html.tmpl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 7a6aaa546..0cfe57098 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -767,11 +767,6 @@ You are not authorized to edit attachments on [% terms.bug %] [%+ bug_id FILTER html %]. - [% ELSIF error == "illegal_attachment_is_patch" %] - [% title = "Your Search Makes No Sense" %] - The only legal values for the Attachment is patch field are - 0 and 1. - [% ELSIF error == "illegal_bug_status_transition" %] [% title = "Illegal $terms.Bug Status Change" %] [% IF old.defined %] @@ -843,11 +838,6 @@ Your group control combination for group " [% groupname FILTER html %]" is illegal. - [% ELSIF error == "illegal_is_obsolete" %] - [% title = "Your Search Makes No Sense" %] - The only legal values for the Attachment is obsolete field are - 0 and 1. - [% ELSIF error == "illegal_query_name" %] [% title = "Illegal Search Name" %] The name of your search cannot contain any of the following characters: -- cgit v1.2.3-24-g4f1b