a
This commit is contained in:
parent
0151a5d83c
commit
fa51c07042
|
|
@ -1,7 +1,3 @@
|
||||||
|
|
||||||
Validation
|
|
||||||
KANE
|
|
||||||
|
|
||||||
<div class="table-responsive shadow-sm rounded border animate__animated animate__fadeIn">
|
<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;">
|
<table class="table table-hover align-middle mb-0 tabliste compact" style="font-size: 0.85rem;">
|
||||||
<thead class="table-light text-secondary">
|
<thead class="table-light text-secondary">
|
||||||
|
|
@ -60,18 +56,6 @@ KANE
|
||||||
<div class="x-small text-muted fw-bold"><?= $this->nettoyer($mvt['codeUtilisateur']) ?></div>
|
<div class="x-small text-muted fw-bold"><?= $this->nettoyer($mvt['codeUtilisateur']) ?></div>
|
||||||
</td>
|
</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">
|
<td class="text-center">
|
||||||
<span class="badge bg-light text-secondary border"><?= format_N($this->nettoyer($mvt['primeTtc'])) ?></span>
|
<span class="badge bg-light text-secondary border"><?= format_N($this->nettoyer($mvt['primeTtc'])) ?></span>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user