This commit is contained in:
KANE LAZENI 2026-01-22 19:39:06 +00:00
parent 218d86096b
commit ecb0a8fd17

View File

@ -24,8 +24,8 @@
<table class="table table-responsive table-condensed" style="font-size:10pt;">
<tbody>
<tr>
<td > <?= _("Extranet") ?> </td>
<td>
<td width="15%" > <?= _("Extranet") ?> </td>
<td width="30%" >
<?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 style="text-align : right;"> <?= _("Validation demandes Remboursement") ?> </td>
<td>
<td width="30%" style="text-align : right;"> <?= _("Validation demandes Remboursement") ?> </td>
<td width="30%" >
<?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: ?>