Skip to content
Snippets Groups Projects
Commit 4b2ca304 authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

adding size to select

parent 9407c1cb
Branches
Tags
3 merge requests!3Align master branch with twoln-dev,!2Synchronising towards version 2.5,!1Twoln dev
...@@ -270,7 +270,7 @@ jQuery(document).ready(function () { ...@@ -270,7 +270,7 @@ jQuery(document).ready(function () {
Quick search: <input type="text" id="fed_search_box" title="type here"/><p> Quick search: <input type="text" id="fed_search_box" title="type here"/><p>
<select id="feds" style="width: 550px;"> <select id="feds" size="2" style="width: 550px;">
{% for F in federations %} {% for F in federations %}
<option id='{{ F.fed.code }}'>{{ F.fed.name }} ({{ F.fed.countries|join(', ') }})</option> <option id='{{ F.fed.code }}'>{{ F.fed.name }} ({{ F.fed.countries|join(', ') }})</option>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment