Commit 4e89a5f6 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 320902 confirm-user-match is mean to IE

r=mkanat a=justdave
parent dbab0d33
......@@ -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 -%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment