This commit is contained in:
KONE SOREL 2026-04-11 11:53:36 +00:00
parent ab1ffb02f8
commit 8876c004ae

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 autofocus value="<?= $this->nettoyer($localite['libelle']); ?>">
<input type="text" class="form-control border-2 border-start-0 majuscule" id="libelle" name="libelle" required value="<?= $this->nettoyer($localite['libelle']); ?>">
</div>
</div>