This commit is contained in:
KONE SOREL 2026-01-21 13:39:51 +00:00
parent 83f302852a
commit 69567fa035

View File

@ -60,7 +60,7 @@
<div id="container_libelle_filtre" class="mb-3 animate__animated animate__fadeIn" >
<div class="alert alert-info py-2 px-3 d-flex align-items-center rounded-pill border-0 shadow-xs">
<i class="fas fa-filter me-2"></i>
<span class="small fw-bold text-uppercase nowrap"><?= _("Filtre actif :") ?></span>
<span class="small fw-bold text-uppercase w-25"><?= _("Filtre actif :") ?></span>
<input id="libelleFiltre" name="libelleFiltre" class="form-control form-control-sm bg-transparent border-0 fw-bold p-0 shadow-none"
type="text" value="" readonly style="color: inherit;">
</div>