This commit is contained in:
KONE SOREL 2026-01-21 14:31:03 +00:00
parent 10ea601374
commit 1b24bfa072

View File

@ -62,7 +62,7 @@
<i class="fas fa-filter me-2"></i>
<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="<?= est_anglophone() ? 'Aucun' : 'None';?>" readonly style="color: inherit;">
type="text" value="<?= est_anglophone() ? 'None' : 'Aucun';?>" readonly style="color: inherit;">
</div>
</div>