21 lines
595 B
PHP
Executable File
21 lines
595 B
PHP
Executable File
<!-- <div id="div_destinataire_adherent_client_liste"> -->
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Sélectionner") ?> </td>
|
|
|
|
<td >
|
|
<SELECT onChange="ajax_init_destinataires_sms_adherent_client();" class="form-control" id="numeroClientAdherent" NAME="numeroClientAdherent" style='font-size:10pt;'>
|
|
<?php liste_options($clients, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_destinataire_final">
|
|
</div>
|
|
|
|
<!-- </div> -->
|
|
|