a
This commit is contained in:
parent
909fe1e6d8
commit
299bfde727
|
|
@ -351,6 +351,30 @@
|
|||
<?php if ($numeroBonExamen>"0") : ?>
|
||||
|
||||
|
||||
<?php if (count($detailexamens)>"0" && $facture=="0") : ?>
|
||||
<marquee behavior="scroll" direction="left" scrollamount="15" style="color:red; font-size:14pt">
|
||||
<?= $v_msg ?>
|
||||
</marquee>
|
||||
<table class="table table-condensed table-responsive" >
|
||||
<tbody >
|
||||
<tr >
|
||||
<td style="padding: 3px 6px;background-color: #e07b0f;color: #fff; font-weight: bold;text-transform: uppercase;font-size:13pt;">
|
||||
<?= _("Examens prescrits") ?>
|
||||
<input class = "form-control btn btn-danger" style="width:15%;font-size:11pt;font-weight: bold; margin-left:60%;" type="button" value="Imprimer bon PEC" onClick="javascript:imprimer_prescription();">
|
||||
</td >
|
||||
</tr >
|
||||
</tbody>
|
||||
</table>
|
||||
<?php else: ?>
|
||||
<legend><?= _("Examens prescrits") ?></legend>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php $nbExamens = 0; ?>
|
||||
|
||||
<div id="div_export_b">
|
||||
|
||||
</div>
|
||||
|
||||
<div >
|
||||
<input class="form-control" style="text-align: center; font-size: 12pt;font-weight: bold;" type="text" value="<?= _("Liste des examens prescrits") ?>" readonly > </td>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user