18 lines
607 B
PHP
18 lines
607 B
PHP
<!-- <div id="div_adherent_destinataire"> -->
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Chercher par") ?> </td>
|
|
<td >
|
|
<SELECT onChange="ajax_init_destinataires_sms_adherent_suite();" class="form-control" id="codeTypeDestinataireAdherent" NAME="codeTypeDestinataireAdherent" style='font-size:10pt;'>
|
|
<?php liste_options($typedestinatairesms, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_destinataire_adherent_client">
|
|
</div>
|
|
<!-- </div> -->
|