From 89859e7d92395e44357f0baf94b6911eecbdabd1 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 30 Sep 2002 14:22:39 +0000 Subject: Bug 164038 - token.cgi: Cancel token messages should be moved into the templates. Patch by burnus; r=gerv. --- template/en/default/global/code-error.html.tmpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index dbe4a1732..0f767ded8 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -127,6 +127,9 @@ [% ELSIF error == "request_queue_group_invalid" %] The group field [% group FILTER html %] is invalid. + [% ELSIF error == "token_generation_error" %] + Something is seriously wrong with the token generation system. + [% ELSIF error == "template_error" %] [% template_error_msg %] @@ -134,7 +137,11 @@ [% field FILTER html %] was not defined; [% Param('browserbugmessage') %] [% ELSIF error == "unknown_action" %] - Unknown action [% action FILTER html %]! + [% IF action %] + Unknown action [% action FILTER html %]! + [% ELSE %] + I could not figure out what you wanted to do. + [% END %] [% ELSIF error == "unknown_component" %] [% title = "Unknown Component" %] -- cgit v1.2.3-24-g4f1b