diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-01 22:11:53 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 22:11:53 +0100 |
commit | db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1 (patch) | |
tree | 860c86dcc050fdafc251468b645cf7a4d3a0325a /template/en | |
parent | 2502c9ffb6687ab821ba09096f3f69ca17ebb42f (diff) | |
download | bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.gz bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.xz |
Bug 534057: Auto-completion no longer works in email_in.pl
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 80172bb03..467d4a174 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1628,6 +1628,12 @@ <tt>[% name FILTER html %]</tt> does not exist or you are not allowed to see that user. + [% ELSIF error == "user_match_too_many" %] + [% title = "No Conclusive Match" %] + [% terms.Bugzilla %] cannot make a conclusive match for one or more + of the names and/or email addresses you entered for + the [% fields.join(', ') FILTER html %] field(s). + [% ELSIF error == "user_not_insider" %] [% title = "User Not In Insidergroup" %] Sorry, but you are not allowed to (un)mark comments or attachments |