summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2003-12-10 08:12:32 +0100
committerjocuri%softhome.net <>2003-12-10 08:12:32 +0100
commitbcccebe2c5955d122ce193bf3c2e4a9335e98788 (patch)
tree6a3722e972ed3eab8acf1b7cc85d796c4edd5e89 /template/en/default/global/code-error.html.tmpl
parent26b1242d9b5c322c1bd309aef980c743c21798aa (diff)
downloadbugzilla-bcccebe2c5955d122ce193bf3c2e4a9335e98788.tar.gz
bugzilla-bcccebe2c5955d122ce193bf3c2e4a9335e98788.tar.xz
Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, jth, gerv; r/a=justdave.
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 82be89b1d..6f0881c20 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -171,6 +171,10 @@
[% ELSIF error == "invalid_field_name" %]
Can't use [% field FILTER html %] as a field name.
+
+ [% ELSIF error == "invalid_keyword_id" %]
+ The keyword ID <em>[% id FILTER html %]</em> couldn't be
+ found.
[% ELSIF error == "missing_bug_id" %]
No [% terms.bug %] ID was given.