From bf1e1f7c24389c140a8768cf3d243e6ffbdd2f8a Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 22 Feb 2006 06:25:51 +0000 Subject: Patch for bug 237683: Allow for more flexible user searching such as real name, email, and userid, in editusers; patch by David Lawrence , r=bugzilla@chimpychompy.org, a=justdave@bugzilla.org. --- template/en/default/global/user-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index cd3fd14db..091e4248c 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1256,6 +1256,10 @@ [% title = "File Is Empty" %] The file you are trying to attach is empty! + [% ELSIF error == "illegal_user_id" %] + [% title = "Illegal User ID" %] + User ID '[% userid FILTER html %]' is not valid integer. + [% ELSE %] [%# Try to find hooked error messages %] -- cgit v1.2.3-24-g4f1b