This commit is contained in:
KONE SOREL 2026-03-18 11:22:30 +00:00
parent 6b11e0b2e3
commit 0942f6f453

View File

@ -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>