This commit is contained in:
KONE SOREL 2026-03-05 10:41:02 +00:00
parent a14bef7fa3
commit 2f42dc6ccc

View File

@ -115,7 +115,7 @@
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:7pt;">
<thead>
<tr>
<th width="5%" style='text-align:center'> <= </th>
<th width="5%" style='text-align:center'> <?= _("Suppr") ?> </th>
<th style="text-align:center"> <?= _("Acte") ?> </th>
<th style="text-align:center"> <?= _("Valeur") ?> </th>
<th width="10%" style="text-align:center"> <?= _("Qté") ?> </th>
@ -173,7 +173,7 @@
<?php if ($supprimable=="0"): ?>
<td> </td>
<?php else: ?>
<td> <input class = "form-control btn btn-danger" type="button" value="<=" onClick="javascript:supprimer_acte_medical_selection('<?= $idPrestationactes ?>', '<?= $codeTypePrestation ?>');"> </td>
<td> <input class = "form-control btn btn-danger" type="button" value="X" onClick="javascript:supprimer_acte_medical_selection('<?= $idPrestationactes ?>', '<?= $codeTypePrestation ?>');"> </td>
<?php endif; ?>
<td align='center'> <?= $libelleActe ?> </td>