This commit is contained in:
KONE SOREL 2026-04-09 16:59:12 +00:00
parent 125f9aa8dd
commit fa2941f1c0

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"><?= _("Type") ?></label>
<label class="form-label fw-bold text-muted text-uppercase 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"><?= _("Code") ?></label>
<label class="form-label fw-bold text-muted text-uppercase 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);">