6 lines
247 B
PHP
Executable File
6 lines
247 B
PHP
Executable File
<div id="listeaffections">
|
|
<SELECT class="form-control" id="codeAffectionPop" NAME="codeAffectionPop" required AUTOCOMPLETE="OFF" style='font-size:10pt;' >
|
|
<?php liste_options($affections, $codeAffection); ?>
|
|
</SELECT>
|
|
</div>
|