This commit is contained in:
KANE LAZENI 2026-01-22 19:34:48 +00:00
parent 5a3b1f08ab
commit 2b96fe270e

View File

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