From 8a9666557189baca9f404da532f17359b419621e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 29 Sep 2002 04:44:24 +0000 Subject: Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; r=burnus. --- template/en/default/global/code-error.html.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) (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 1981364f1..dbe4a1732 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -73,6 +73,17 @@ The attachment number of one of the attachments you wanted to obsolete, [% attach_id FILTER html %], is invalid. + [% ELSIF error == "invalid_column_name_cookie" %] + [% title = "Invalid Column Name" %] + The custom sort order specified in your cookie contains an invalid + column name [% fragment FILTER html %]. + The cookie has been cleared. + + [% ELSIF error == "invalid_column_name_form" %] + [% title = "Invalid Column Name" %] + The custom sort order specified in your form submission contains an + invalid column name [% fragment FILTER html %]. + [% ELSIF error == "mismatched_bug_ids_on_obsolete" %] Attachment [% attach_id FILTER html %] ([% description FILTER html %]) is attached to bug [% attach_bug_id FILTER html %], but you tried to -- cgit v1.2.3-24-g4f1b