diff options
author | Byron Jones <glob@mozilla.com> | 2014-10-27 12:43:46 +0800 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-10-27 12:43:46 +0800 |
commit | a2e5436244e9c1fbc04f880c69b88ea0374d732e (patch) | |
tree | 1d0159584b99274c16e754953db45ce9a463cb93 /template/en | |
parent | 855faaab44d9e28349f7c9e3b45d7ea01eaaaf5d (diff) | |
download | bugs-a2e5436244e9c1fbc04f880c69b88ea0374d732e.tar bugs-a2e5436244e9c1fbc04f880c69b88ea0374d732e.tar.gz bugs-a2e5436244e9c1fbc04f880c69b88ea0374d732e.tar.bz2 bugs-a2e5436244e9c1fbc04f880c69b88ea0374d732e.tar.xz bugs-a2e5436244e9c1fbc04f880c69b88ea0374d732e.zip |
Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch Viewer
(remove unused user-error "invalid_context")
Diffstat (limited to 'template/en')
-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, |