diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-08 21:21:31 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-08 21:21:31 +0200 |
commit | d22980e7b032a030d1640537b4b99355eafabb06 (patch) | |
tree | bdead98e0f075f5febe62f865959726b5a2677b5 /template/en | |
parent | 224beb290156ad363377ac7f67c595e83d04f53a (diff) | |
download | bugzilla-d22980e7b032a030d1640537b4b99355eafabb06.tar.gz bugzilla-d22980e7b032a030d1640537b4b99355eafabb06.tar.xz |
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
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
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 <em>Attachment is patch</em> 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 <em>Attachment is obsolete</em> 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: |