a
This commit is contained in:
parent
a6fe271635
commit
25ab9724be
|
|
@ -273,6 +273,17 @@
|
|||
<?= _("Médicaments prescrits") ?>
|
||||
<input class="form-control btn btn-primary" type="button" value="<?= _("Envoyer par SMS")."..." ?>" onClick="javascript:click_btn_add_drug();" style='font-size:10pt;'>
|
||||
</legend>
|
||||
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> <?= _("Médicaments prescrits") ?> </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:prescription_medicament();"> <?= _("Envoyer par SMS") ?> </button> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user