This commit is contained in:
KANE LAZENI 2026-07-31 15:49:28 +00:00
parent eb190c0276
commit 3d86227da6
2 changed files with 4 additions and 4 deletions

View File

@ -155,9 +155,9 @@
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td> <?= _("numéro pour envoyer l'ordionnance par SMS") ?> </td>
<td width="34%"> <?= _("numéro pour envoyer l'ordionnance par SMS") ?> </td>
<td> <INPUT id="smsOrdonnance" name="smsOrdonnance" style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($prescription['telephonePortable']) ?>"> </td>
<td > <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:envoyer_prescription_medicament();"> <?= _("Envoyer par SMS") ?> </button> </td>
<td width="34%"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:envoyer_prescription_medicament();"> <?= _("Envoyer par SMS") ?> </button> </td>
</tr>
</tbody>
</table>

View File

@ -407,9 +407,9 @@
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td> <?= _("numéro pour envoyer l'ordionnance par SMS") ?> </td>
<td width="34%"> <?= _("numéro pour envoyer l'ordionnance par SMS") ?> </td>
<td> <INPUT id="smsOrdonnance" name="smsOrdonnance" style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($prescription['telephonePortable']) ?>"> </td>
<td > <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:envoyer_prescription_medicament();"> <?= _("Envoyer par SMS") ?> </button> </td>
<td width="34%"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:envoyer_prescription_medicament();"> <?= _("Envoyer par SMS") ?> </button> </td>
</tr>
</tbody>
</table>