drt
This commit is contained in:
parent
93835a53b8
commit
ab1ffb02f8
|
|
@ -22,7 +22,7 @@
|
||||||
<label class="form-label small fw-bold text-muted required"><?= _("Libellé Localité") ?></label>
|
<label class="form-label small fw-bold text-muted required"><?= _("Libellé Localité") ?></label>
|
||||||
<div class="input-group">
|
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user