This commit is contained in:
KONE SOREL 2026-04-11 11:48:26 +00:00
parent 93835a53b8
commit ab1ffb02f8

View File

@ -22,7 +22,7 @@
<label class="form-label small fw-bold text-muted required"><?= _("Libellé Localité") ?></label>
<div class="input-group">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-map-marker-alt text-muted"></i></span>
<input type="text" class="form-control border-2 border-start-0 majuscule" id="libelle" name="libelle" required autocomplete="off" value="<?= $this->nettoyer($localite['libelle']); ?>">
<input type="text" class="form-control border-2 border-start-0 majuscule" id="libelle" name="libelle" required autofocus value="<?= $this->nettoyer($localite['libelle']); ?>">
</div>
</div>