summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2004-04-17 13:41:14 +0200
committerjustdave%syndicomm.com <>2004-04-17 13:41:14 +0200
commitaa46318265cf588df667d4828e789aeb3a37527e (patch)
treea2b16eac6c1f3cb78e8634a961eac9e8cad5dfc1 /template/en/default/global/code-error.html.tmpl
parentbfa503a07fb840d32369a3399821c71dd380445f (diff)
downloadbugzilla-aa46318265cf588df667d4828e789aeb3a37527e.tar.gz
bugzilla-aa46318265cf588df667d4828e789aeb3a37527e.tar.xz
Bug 238865: removing %::FORM from page.cgi in favor of $cgi->param
Patch by kiko, r=vlad, justdave, a=justdave
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 342d67102..c5233b8e8 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -56,6 +56,11 @@
[% ELSIF error == "authres_unhandled" %]
An authorization handler return value was not handled by the login code.
+ [% ELSIF error == "bad_page_cgi_id" %]
+ [% title = "Invalid Page ID" %]
+ The ID <code>[% page_id FILTER html %]</code> is not a
+ valid page identifier.
+
[% ELSIF error == "bug_error" %]
Trying to retrieve [% terms.bug %] [%+ bug.bug_id FILTER html %] returned
the error [% bug.error FILTER html %].