This commit is contained in:
KANE LAZENI 2026-01-22 19:39:47 +00:00
parent ecb0a8fd17
commit 933b328a81

View File

@ -25,7 +25,7 @@
<tbody>
<tr>
<td width="15%" > <?= _("Extranet") ?> </td>
<td width="30%" >
<td width="30%" style="text-align : center;" >
<?php if($extranetActif==1): ?>
<input style="font-size:10pt;" class = "form-control btn btn-danger" type="button" value="<?= _("Désactiver") ?>" onClick="javascript:activer_extranet_client('<?= $idClient ?>', '0');">
<?php else: ?>
@ -33,8 +33,8 @@
<?php endif; ?>
</td>
<td width="30%" style="text-align : right;"> <?= _("Validation demandes Remboursement") ?> </td>
<td width="30%" >
<td width="30%" style="text-align : center;"> <?= _("Validation demandes Remboursement") ?> </td>
<td width="30%" style="text-align : center;">
<?php if($validationRhRd==1): ?>
<input style="font-size:10pt;" class = "form-control btn btn-danger" type="button" value="<?= _("Désactiver") ?>" onClick="javascript:activer_extranet_client('<?= $idClient ?>', '0');">
<?php else: ?>