slight resizing of select in group management
This commit is contained in:
parent
4b28f6239e
commit
4bbd6bde38
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
<fieldset class="filter add">
|
<fieldset class="filter add">
|
||||||
<p class="fwb"><small>Charaktere der Gruppe hinzufügen:</small></p>
|
<p class="fwb"><small>Charaktere der Gruppe hinzufügen:</small></p>
|
||||||
<input type="text" placeholder="<?=_('Filter Characters')?>" onkeyup="filter_characters(this)" />
|
<input type="text" placeholder="<?=_('Filter Characters')?>" onkeyup="filter_characters(this)" />
|
||||||
<select id="characters" name="characters[]" size="5" multiple="multiple">
|
<select id="characters" name="characters[]" size="10" multiple="multiple">
|
||||||
<?php foreach($characters as &$character) : ?>
|
<?php foreach($characters as &$character) : ?>
|
||||||
<option value="<?=$character['id']?>"><?=$character['name']?></option>
|
<option value="<?=$character['id']?>"><?=$character['name']?></option>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue