Index: mozilla/webtools/bugzilla/template/en/default/global/confirm-user-match.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/confirm-user-match.html.tmpl,v retrieving revision 1.16 diff -pU20 -r1.16 mozilla/webtools/bugzilla/template/en/default/global/confirm-user-match.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/global/confirm-user-match.html.tmpl +++ mozilla/webtools/bugzilla/template/en/default/global/confirm-user-match.html.tmpl @@ -67,80 +67,86 @@ the names and/or email addresses you entered on the previous page.
Please go back and try other names or email addresses.

[% END %] [%# this is messy to allow later expansion %] [% FOREACH field = matches %] [% END %]

[% PROCESS field_names field_name=field.key %]: - [% FOREACH query = field.value %] - [% query.key FILTER html %] + [% break = 0 %] + [% FOREACH query = field.value %] + [% IF break %] +
+ [% ELSE %] + [% break = 1 %] + [% END %] + [% query.key FILTER html %] [% IF query.value.users.size %] [% IF query.value.users.size > 1 %] [% IF query.value.status == 'fail' %] matches multiple users. Please go back and try again with a more specific name/address. [% ELSE %] [% IF query.value.status == 'trunc' %] matched more than the maximum - of [% query.value.users.size %] users:
+ of [% query.value.users.size %] users: [% ELSE %] - matched:
+ matched: [% END %] +
[% END %] [% ELSE %] matched [% query.value.users.0.identity FILTER html %] -
[% END %] [% ELSE %] [% IF (query.key.length < 3) && !(Param('emailsuffix')) && (Param('usermatchmode') == 'search') %] was too short for substring match (minimum 3 characters) [% ELSE %] did not match anything [% END %] [% END %] [% END %]