diff options
author | jocuri%softhome.net <> | 2004-12-14 11:25:14 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-14 11:25:14 +0100 |
commit | c530417076682f22af6aa1be23b25cc3b8b8fe88 (patch) | |
tree | 5ff790b7345b7cda76cd902a2b8c5c1384a30067 /template/en | |
parent | 025df7c70f82579cc59e52cb576a0db2701d38c9 (diff) | |
download | bugzilla-c530417076682f22af6aa1be23b25cc3b8b8fe88.tar.gz bugzilla-c530417076682f22af6aa1be23b25cc3b8b8fe88.tar.xz |
Patch for bug 252889: Change Search.pm activity log joins to LEFT JOINS; patch by Joel Peshkin <bugreport@peshkin.net>, r=justdave, a=justdave.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 79861b5f0..affad39cc 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -503,6 +503,10 @@ The context [% context FILTER html %] is invalid (must be a number, "file" or "patch"). + [% ELSIF error == "invalid_field_name" %] + [% title = "Invalid Field Name" %] + The field "[% name FILTER html %]" is invalid. + [% ELSIF error == "invalid_format" %] [% title = "Invalid Format" %] The format "[% format FILTER html %]" is invalid (must be one of |