This commit is contained in:
KONE SOREL 2026-03-11 13:38:17 +00:00
parent 9d782d45f9
commit 00f3e50768

View File

@ -10,14 +10,14 @@
<div class="row g-4 align-items-end">
<div class="col-md-3">
<label class="form-label fw-bold text-muted small text-uppercase required"><?= _("Type") ?></label>
<label class="form-label fw-bold text-muted small required"><?= _("Type") ?></label>
<select name="codeTypeAffection" id="codeTypeAffection" class="selectpicker form-control border-2 shadow-xs" data-live-search="true" data-container="body" required>
<?= liste_options($typeaffection, '', false) ?>
</select>
</div>
<div class="col-md-4">
<label class="form-label fw-bold text-muted small text-uppercase required"><?= _("Libellé (Fr)") ?></label>
<label class="form-label fw-bold text-muted small required"><?= _("Libellé (Fr)") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0">
<img src="../Bootstrap_new/images/france.png" width="16" alt="FR">
@ -32,7 +32,7 @@
</div>
<div class="col-md-5">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Libellé (Eng)") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Libellé (Eng)") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0">
<img src="../Bootstrap_new/images/england.png" width="16" alt="EN">