18 lines
671 B
PHP
Executable File
18 lines
671 B
PHP
Executable File
<!-- <div id="div_destinataire_adherent_client"> -->
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Client") ?> </td>
|
|
<td> <input id="nomClientAdherent" NAME="nomClientAdherent" class="form-control" style="font-size:10pt;" type="text" >
|
|
|
|
<td> </td>
|
|
<td align="center"> <input style='font-size:10pt;' type="button" class = "form-control btn btn-primary" value="<?= _("Rechercher") ?>" onClick="javascript:sms_recherche_adherent_client();"> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_destinataire_adherent_client_liste">
|
|
</div>
|
|
|
|
<!-- </div> -->
|