This commit is contained in:
KANE LAZENI 2026-07-31 23:01:50 +00:00
parent 58f1a42f03
commit c6814114a2
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="34%"> <?= _("numéro pour envoyer l'ordionnance par SMS") ?> </td>
<td width="34%"> <?= _("Numéro pour envoyer l'ordionnance par SMS") ?> </td>
<td> <INPUT placeholder="No Tel" id="smsOrdonnance" name="smsOrdonnance" style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($prescription['telephonePortable']) ?>"> </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>

View File

@ -407,7 +407,7 @@
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="34%"> <?= _("numéro pour envoyer l'ordionnance par SMS") ?> </td>
<td width="34%"> <?= _("Numéro pour envoyer l'ordionnance par SMS") ?> </td>
<td> <INPUT placeholder="No Tel" id="smsOrdonnance" name="smsOrdonnance" style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($prescription['telephonePortable']) ?>"> </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>