fg
This commit is contained in:
parent
174850fdff
commit
10ea601374
|
|
@ -62,7 +62,7 @@
|
||||||
<i class="fas fa-filter me-2"></i>
|
<i class="fas fa-filter me-2"></i>
|
||||||
<span class="small fw-bold text-uppercase w-25"><?= _("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"
|
<input id="libelleFiltre" name="libelleFiltre" class="form-control form-control-sm bg-transparent border-0 fw-bold p-0 shadow-none"
|
||||||
type="text" value="<?= ("Aucun")?>" readonly style="color: inherit;">
|
type="text" value="<?= est_anglophone() ? 'Aucun' : 'None';?>" readonly style="color: inherit;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user