vae
This commit is contained in:
parent
775e611ee0
commit
1fe24e0fd3
|
|
@ -26,13 +26,13 @@
|
|||
<div class="row g-3">
|
||||
<div class="col-md-6">
|
||||
<label class="form-label fw-bold small text-uppercase"><?= _("Collège") ?></label>
|
||||
<select class="form-control border-primary-subtle selectpicker" data-live-search="true" id="idCollege" name="idCollege" required autofocus onChange="prorater_prime_adherent();">
|
||||
<select class="form-select border-primary-subtle" id="idCollege" name="idCollege" required autofocus onChange="prorater_prime_adherent();">
|
||||
<?php liste_options($college,""); ?>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label fw-bold small text-uppercase"><?= _("Avenant") ?></label>
|
||||
<select class="form-control selectpicker" data-live-search="true" id="idAvenant" name="idAvenant" required onChange="changer_avenant_incorporation();">
|
||||
<select class="form-select" id="idAvenant" name="idAvenant" required onChange="changer_avenant_incorporation();">
|
||||
<?php liste_options($avenant,""); ?>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user