der
This commit is contained in:
parent
dc97c0d218
commit
b509104cdd
|
|
@ -22,11 +22,11 @@
|
|||
<div class="row g-3">
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Nom du Garant") ?> <span class="text-danger">*</span></label>
|
||||
<input class="form-control majuscule shadow-none border-2" type="text" id="libelle" name="libelle" required placeholder="<?= _("Ex: ASSURANCES ALLIANCE") ?>">
|
||||
<input class="form-control majuscule shadow-none border-2" type="text" id="libelle" name="libelle" required autofocus>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Type de Garant") ?> <span class="text-danger">*</span></label>
|
||||
<select name="typeGarant" id="typeGarant" class="form-control selectpicker shadow-none border-2 w-100" data-live-search="true" required autofocus>
|
||||
<select name="typeGarant" id="typeGarant" class="form-control selectpicker shadow-none border-2 w-100" data-live-search="true" required>
|
||||
<?= liste_options($gctypegarant,'',false) ?>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user