a
This commit is contained in:
parent
58f1a42f03
commit
c6814114a2
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user