summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/confirm-user-match.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-11-20 23:28:10 +0100
committerjocuri%softhome.net <>2004-11-20 23:28:10 +0100
commit08b64f4d41c9aaea365f1abdd53e59241468e820 (patch)
tree921733f929234dd0fdb8a325dd29479ee040c0ee /template/en/default/global/confirm-user-match.html.tmpl
parentcde5ae8d22e97c8cc993c04362ba5be010717b53 (diff)
downloadbugzilla-08b64f4d41c9aaea365f1abdd53e59241468e820.tar.gz
bugzilla-08b64f4d41c9aaea365f1abdd53e59241468e820.tar.xz
Patch for bug 264868: show_bug.cgi should honour 'emailsuffix' in 'Reassign bug to' field; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
Diffstat (limited to 'template/en/default/global/confirm-user-match.html.tmpl')
-rw-r--r--template/en/default/global/confirm-user-match.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl
index 59346c4cd..25859cc0a 100644
--- a/template/en/default/global/confirm-user-match.html.tmpl
+++ b/template/en/default/global/confirm-user-match.html.tmpl
@@ -97,7 +97,7 @@
<select name="[% field.key FILTER html %]"
id="[% field.key FILTER html %]">
[% FOREACH match = query.value.users %]
- <option value="[% match.email FILTER html %]">
+ <option value="[% match.login FILTER html %]">
[%- match.identity FILTER html -%]
</option>
[% END %]
@@ -118,7 +118,7 @@
multiple="multiple" size="[% query.value.users.size %]">
[% END %]
[% FOREACH match = query.value.users %]
- <option value="[% match.email FILTER html %]">
+ <option value="[% match.login FILTER html %]">
[%- match.identity FILTER html -%]
</option>
[% END %]