This commit is contained in:
KONE SOREL 2026-04-04 11:20:42 +00:00
parent 1c278c4068
commit 10f6db41e0

View File

@ -21,14 +21,14 @@
<form id="formRecherche" onsubmit="return false;">
<div class="row g-3 align-items-end">
<div class="col-md-3">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Type") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Type") ?></label>
<select class="selectpicker form-control border-2 shadow-xs" id="typeGarant" name="typeGarant" data-live-search="true" data-container="body">
<?php liste_options_consultation($typegc, ""); ?>
</select>
</div>
<div class="col-md-2">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Code") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Code") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-barcode text-muted"></i></span>
<input type="text" class="form-control border-2 border-start-0 fw-bold" id="codeGcAssureur" name="codeGcAssureur" onkeypress="ctrlkeypress_liste_garants(event);">
@ -36,7 +36,7 @@
</div>
<div class="col-md-5">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Nom du Garant") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Nom du Garant") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-building text-primary"></i></span>
<input type="text" class="form-control border-2 border-start-0 majuscule fw-bold" id="libelle" name="libelle" onkeypress="ctrlkeypress_liste_garants(event);">