This commit is contained in:
KONE SOREL 2026-04-10 12:56:23 +00:00
parent ec9e336cd4
commit 368ade8790

View File

@ -11,7 +11,7 @@
<label class="form-label small fw-bold text-muted required"><?= _("Type Contrat") ?></label>
<div class="input-group">
<span class="input-group-text bg-light"><i class="fas fa-file-contract text-primary"></i></span>
<select class="form-select border-2 border-start-0" id="codeTypeContrat" name="codeTypeContrat" required autocomplete="off" onchange="javascript:affiche_prime_min();">
<select class="form-select" id="codeTypeContrat" name="codeTypeContrat" required autocomplete="off" onchange="javascript:affiche_prime_min();">
<?php liste_options($typecontrat, "", false); ?>
</select>
</div>