a
This commit is contained in:
parent
2ae3c30083
commit
eb190c0276
|
|
@ -154,7 +154,8 @@
|
|||
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<tr>
|
||||
<td> <?= _("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>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -407,6 +407,7 @@
|
|||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> <?= _("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>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user