This commit is contained in:
KONE SOREL 2026-03-18 11:23:48 +00:00
parent 0942f6f453
commit 1e1d7da6cb

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" data-live-search="true" onchange="rechercheServeur('affect');">
<select id="search_type_affect" class="form-control selectpicker 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>