ft
This commit is contained in:
parent
88f446fe1a
commit
bb05e65e84
|
|
@ -14,14 +14,14 @@
|
|||
|
||||
<div class="row g-3 align-items-end p-3 rounded-3" style="background-color: #f8f9fa;">
|
||||
<div class="col-md-5">
|
||||
<label class="form-label small fw-bold text-dark"><i class="fas fa-building me-1 text-primary"></i> <?= _("Garant") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><i class="fas fa-building me-1 text-primary"></i> <?= _("Garant") ?></label>
|
||||
<select class="form-select selectpicker w-100" data-live-search="true" id="codeGcAssureur" name="codeGcAssureur" onchange="javascript:filtreproduitgarant();" required>
|
||||
<?php liste_options($garant, ""); ?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5">
|
||||
<label class="form-label small fw-bold text-dark"><i class="fas fa-box-open me-1 text-primary"></i> <?= _("Produit Santé") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><i class="fas fa-box-open me-1 text-primary"></i> <?= _("Produit Santé") ?></label>
|
||||
<div id="div_produit">
|
||||
<select class="form-select selectpicker w-100" data-live-search="true" required disabled>
|
||||
<?php liste_options($produits,""); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user