newdesigngestionnaire/Vue/Ajaxprimelienparente/typetrancheage.php

17 lines
561 B
PHP
Executable File

<table class="table table-responsive table-condensed">
<tbody>
<tr>
<td width="10%" class="required"><?= _("Type Tranche Âge")?></td>
<td >
<select class="form-control selectpicker" data-live-search="true" id="codeEnteteTrancheAge" NAME="codeEnteteTrancheAge" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:trancheage();" style="font-size:12pt;">
<?php liste_options($typesTranches,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_trancheage" class="col-12">
</div>