Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
4e89a5f6
Commit
4e89a5f6
authored
Dec 20, 2005
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 320902 confirm-user-match is mean to IE
r=mkanat a=justdave
parent
dbab0d33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
confirm-user-match.html.tmpl
template/en/default/global/confirm-user-match.html.tmpl
+4
-2
No files found.
template/en/default/global/confirm-user-match.html.tmpl
View file @
4e89a5f6
...
...
@@ -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 -%]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment