d
This commit is contained in:
parent
879316c929
commit
3fcdbd5674
|
|
@ -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-select border-primary-subtle" data-live-search="true" id="idCollege" name="idCollege" required autofocus onChange="prorater_prime_adherent();">
|
||||
<select class="form-control border-primary-subtle" data-live-search="true" 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-select" data-live-search="true" id="idAvenant" name="idAvenant" required onChange="changer_avenant_incorporation();">
|
||||
<select class="form-control" data-live-search="true" id="idAvenant" name="idAvenant" required onChange="changer_avenant_incorporation();">
|
||||
<?php liste_options($avenant,""); ?>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user