summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-02-22 07:25:51 +0100
committerjocuri%softhome.net <>2006-02-22 07:25:51 +0100
commitbf1e1f7c24389c140a8768cf3d243e6ffbdd2f8a (patch)
treedb0175f13e0b51727d3e4546d7d3696926b89718 /template/en/default/global/user-error.html.tmpl
parent631d910c3dbce389638550c66ab2e6d847703687 (diff)
downloadbugzilla-bf1e1f7c24389c140a8768cf3d243e6ffbdd2f8a.tar.gz
bugzilla-bf1e1f7c24389c140a8768cf3d243e6ffbdd2f8a.tar.xz
Patch for bug 237683: Allow for more flexible user searching such as real name, email, and userid, in editusers; patch by David Lawrence <dkl@redhat.com>, r=bugzilla@chimpychompy.org, a=justdave@bugzilla.org.
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
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 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 %]