Remboursement v1.2

This commit is contained in:
KONE SOREL 2025-12-13 18:25:22 +00:00
parent f98abec6ce
commit 5d5feeba89
2 changed files with 2 additions and 2 deletions

View File

@ -849,7 +849,7 @@
}
#h4_titre, #h4_titre i{
font-size: 2rem !important;
font-size: 1.8rem !important;
}
#id_titre_page{

View File

@ -89,7 +89,7 @@
<div class="col-6">
<div class="d-flex justify-content-between align-items-center">
<?php if($codeEtatDemandeRemboursement == "1"):?>
<span class="badge bg-success text-end"><?= _("Accordée")?></span>
<span class="badge bg-success"><?= _("Accordée")?></span>
<?php elseif($codeEtatDemandeRemboursement == "0"): ?>
<span class="badge bg-warning text-dark"><?= _("En attente")?></span>
<?php else: ?>