diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 6 |
1 files changed, 4 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 93a249254..17a812c21 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -101,12 +101,14 @@ <select name="[% field.key FILTER html %]" id="[% field.key FILTER html %]" [% IF fields.${field.key}.type == 'multi' %] + multiple="multiple" [% IF query.value.users.size > 5 %] - multiple="multiple" size="5"> + size="5" [% ELSE %] - multiple="multiple" size="[% query.value.users.size %]"> + size="[% query.value.users.size %]" [% END %] [% END %] + > [% FOREACH match = query.value.users %] <option value="[% match.login FILTER html %]"> [%- match.identity FILTER html -%] |