This commit is contained in:
KONE SOREL 2026-03-30 18:39:42 +00:00
parent f796efee2e
commit 015b427059

View File

@ -8,7 +8,7 @@
<th class="border-0"><?= _("Bénéficiaire / Matricule") ?></th>
<th class="border-0"><?= _("Adhérent") ?></th>
<th class="text-center border-0"><?= _("Lien") ?></th>
<th class="border-0"><?= _("GED") ?></th>
<th class="text-center border-0"><?= _("Consulter") ?></th>
<th class="text-center border-0"><?= _("Saisie / Par") ?></th>
<th class="text-center border-0"><?= _("Prime Ttc") ?></th>
<th colspan="2" class="text-center border-0"><?= _("Choix") ?></th>
@ -38,7 +38,7 @@
<td class="text-center">
<?php if ($sensMvt == '1'): // Entrée ?>
<span class="badge rounded-pill bg-success border border-success-subtle px-3">
<span class="badge rounded-pill border border-success-subtle px-3" style="background-color:green !important; color: white !important;">
<i class="fas fa-sign-in-alt me-1"></i> <?= $libelleSensMouvement ?>
</span>
<?php else: // Sortie ?>