df
This commit is contained in:
parent
00f3e50768
commit
b32d64514d
|
|
@ -22,14 +22,14 @@
|
|||
</div>
|
||||
|
||||
<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, $this->nettoyer($affection['codeTypeAffection']), true) ?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<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/new/france.png" width="16" alt="FR">
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<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/new/england.png" width="16" alt="EN">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user