This commit is contained in:
KANE LAZENI 2026-02-18 12:13:22 +00:00
parent c065a2d282
commit 4596e242e8

View File

@ -28,7 +28,7 @@
<td align='center'><?= dateheureLang($this->nettoyer($v['dateRevocation'])) ?></td>
<td align='center'><?= $this->nettoyer($v['motifRevocation']) ?></td>
<td>
<?php if ($v['idHtagcarte']=="1"): ?>
<?php if ($v['enCours']=="1"): ?>
<button type="button" class="form-control btn btn-primary" onclick="javascript:init_revoquer_htagcarte(<?= $idHtagcarte ?>);"> <?= _("Révoquer") ?> </button>
<?php endif; ?>
</td>