fg
This commit is contained in:
parent
6b11e0b2e3
commit
0942f6f453
|
|
@ -133,7 +133,7 @@
|
|||
<input type="text" id="search_ville_affect" class="form-control form-control-sm border-2 shadow-none" placeholder="<?= _("Filtrer par ville...") ?>" onkeyup="rechercheServeur('affect');">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<select id="search_type_affect" class="form-select form-select-sm border-2 shadow-none" onchange="rechercheServeur('affect');">
|
||||
<select id="search_type_affect" class="form-select form-select-sm border-2 shadow-none" data-live-search="true" onchange="rechercheServeur('affect');">
|
||||
<option value=""><?= _("Tous les types") ?></option>
|
||||
<?php foreach($typesAffect as $t): ?> <option value="<?= $t ?>"><?= $t ?></option> <?php endforeach; ?>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user