This commit is contained in:
KANE LAZENI 2026-01-20 05:13:09 +00:00
parent 0151a5d83c
commit fa51c07042

View File

@ -1,7 +1,3 @@
Validation
KANE
<div class="table-responsive shadow-sm rounded border animate__animated animate__fadeIn">
<table class="table table-hover align-middle mb-0 tabliste compact" style="font-size: 0.85rem;">
<thead class="table-light text-secondary">
@ -60,18 +56,6 @@ KANE
<div class="x-small text-muted fw-bold"><?= $this->nettoyer($mvt['codeUtilisateur']) ?></div>
</td>
<td class="text-center">
<?php if ($valide == "1"): ?>
<span class="text-success shadow-sm" title="<?= _('Validé') ?>">
<i class="fas fa-check-circle fa-lg"></i>
</span>
<?php else: ?>
<span class="text-warning opacity-50" title="<?= _('En attente') ?>">
<i class="fas fa-clock fa-lg"></i>
</span>
<?php endif; ?>
</td>
<td class="text-center">
<span class="badge bg-light text-secondary border"><?= format_N($this->nettoyer($mvt['primeTtc'])) ?></span>
</td>