diff options
author | jocuri%softhome.net <> | 2006-03-01 00:41:04 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-03-01 00:41:04 +0100 |
commit | 4cde47cdf30a0f3f97c782e8b13cde0149851143 (patch) | |
tree | b7d3903b838aa9d9ea20df6eb144ea6c93329ed9 /template/en/default | |
parent | 692dcb72ed5ed25d2320a962ab28008a797c5b08 (diff) | |
download | bugzilla-4cde47cdf30a0f3f97c782e8b13cde0149851143.tar.gz bugzilla-4cde47cdf30a0f3f97c782e8b13cde0149851143.tar.xz |
Fix ThrowCodeError calls by giving them an unique ID (tree fix).
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
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 <code>[% field FILTER html %]</code> and <code>[% type FILTER html %]</code> 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. |