From c530417076682f22af6aa1be23b25cc3b8b8fe88 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 14 Dec 2004 10:25:14 +0000 Subject: Patch for bug 252889: Change Search.pm activity log joins to LEFT JOINS; patch by Joel Peshkin , r=justdave, a=justdave. --- template/en/default/global/user-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') 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 -- cgit v1.2.3-24-g4f1b