prestation/Vue/Ajaxdestinatairesms/libre.php
2025-12-05 10:42:46 +00:00

26 lines
911 B
PHP
Executable File

<div id="div_destinataire">
<div id="div_adherent_destinataire">
</div>
<div id="div_destinataire_final">
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("Destinations") ?> </td>
<td colspan="3"> <input id="noDestination" NAME="noDestination" class="form-control" style="font-size:10pt;" type="text" >
</tr>
<tr>
<td> </td>
<td align="center"> <input style='font-size:10pt;' type="button" class = "form-control btn btn-primary" value="<?= _("Envoyer") ?>" onClick="javascript:mettre_sms_commun_attente_libre();"> </td>
<td> </td>
<td> <input style='font-size:10pt;' class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick='javascript:annuler_envoi_sms();'/> </td>
</tr>
</tbody>
</table>
</div>
</div>