From 4cde47cdf30a0f3f97c782e8b13cde0149851143 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 28 Feb 2006 23:41:04 +0000 Subject: Fix ThrowCodeError calls by giving them an unique ID (tree fix). --- template/en/default/global/code-error.html.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index a0e4e3a9a..d9220f27b 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -103,6 +103,10 @@ [% ELSIF error == "cookies_need_value" %] Every cookie must have a value. + [% ELSIF error == "extension_invalid" %] + An error occured processing hook [% name FILTER html %] in + extension [% extension FILTER html %]. + [% ELSIF error == "field_type_mismatch" %] Cannot seem to handle [% field FILTER html %] and [% type FILTER html %] together. @@ -292,6 +296,9 @@ [% ELSIF error == "template_error" %] [% template_error_msg FILTER html %] + [% ELSIF error == "template_invalid" %] + Template with invalid file name found in hook call: [% name FILTER html %]. + [% ELSIF error == "unable_to_retrieve_password" %] I was unable to retrieve your old password from the database. -- cgit v1.2.3-24-g4f1b