This commit is contained in:
KONE SOREL 2026-04-11 12:51:37 +00:00
parent 7d9cf51976
commit eb85609142

View File

@ -11,7 +11,7 @@
<div class="row g-3">
<div class="col-md-3">
<label class="form-label small fw-bold text-muted">Code</label>
<label class="form-label small fw-bold text-muted required">Code</label>
<div class="input-group">
<span class="input-group-text bg-light border-2 border-end-0"><i class="fas fa-lock text-muted"></i></span>
<input class="form-control border-2 border-start-0 ps-0 majuscule fw-bold bg-white"
@ -19,7 +19,7 @@
id="codePays"
name="codePays"
value="<?= $this->nettoyer($pays['codePays']); ?>"
readonly>
required>
</div>
</div>