This commit is contained in:
KONE SOREL 2026-04-13 17:20:45 +00:00
parent fb01dea388
commit 83eabcdfa9

View File

@ -6,7 +6,10 @@
<div class="d-flex justify-content-start mt-1 mb-2 animate__animated animate__fadeIn">
<div class="badge bg-light text-primary border px-3 py-2 shadow-sm" style="border-radius: var(--radius-md);">
<i class="fas fa-list-ul me-2"></i><?= _("Total") ?> : <span class="fw-bold badge-total-count"><?= $nbreAffiche ?> Lignes</span>
<i class="fas fa-list-ul me-2"></i><?= _("Total") ?> :
<span class="fw-bold badge-total-count">
<?= $nbreAffiche ?> <?= $nbreTotal > "1" ? _("lignes") : _("ligne") ?>
</span>
</div>
</div>