This commit is contained in:
KANE LAZENI 2026-07-31 11:01:19 +00:00
parent a6fe271635
commit 25ab9724be

View File

@ -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>