diff options
author | Byron Jones <glob@mozilla.com> | 2014-10-27 05:42:40 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-10-27 05:45:53 +0100 |
commit | 5a1a4b92a3381d8bcc7e42808961420c27dd0c38 (patch) | |
tree | e2c048803ab264ac919a3afca533c29ccf6e892c | |
parent | fa1239536bdd2f04e554e7d757424991bcf04ba6 (diff) | |
download | bugzilla-5a1a4b92a3381d8bcc7e42808961420c27dd0c38.tar.gz bugzilla-5a1a4b92a3381d8bcc7e42808961420c27dd0c38.tar.xz |
Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch Viewer
(remove unused user-error "invalid_context")
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 81bfe7f30..e9bdb63c4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1025,11 +1025,6 @@ is one of <em>[% constants.LEGAL_CONTENT_TYPES.join(', ') FILTER html %]</em> and <em>bar</em> must not contain any special characters (such as "=", "?", ...). - [% ELSIF error == "invalid_context" %] - [% title = "Invalid Context" %] - The context [% context FILTER html %] is invalid (must be a number, - "file" or "patch"). - [% ELSIF error == "invalid_datasets" %] [% title = "Invalid Datasets" %] Invalid datasets <em>[% datasets.join(":") FILTER html %]</em>. Only digits, |