summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-09-29 06:44:24 +0200
committergerv%gerv.net <>2002-09-29 06:44:24 +0200
commit8a9666557189baca9f404da532f17359b419621e (patch)
treea5e55ee6184f287d7f54410b1226b9dfc7a5fce4 /template/en/default/global/code-error.html.tmpl
parent07d9826a90f7efb3d31f9001d5fb26d2db5511dc (diff)
downloadbugzilla-8a9666557189baca9f404da532f17359b419621e.tar.gz
bugzilla-8a9666557189baca9f404da532f17359b419621e.tar.xz
Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; r=burnus.
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl11
1 files changed, 11 insertions, 0 deletions
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 <em>[% fragment FILTER html %]</em>.
+ 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 <em>[% fragment FILTER html %]</em>.
+
[% 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