This commit is contained in:
KONE SOREL 2026-01-22 13:22:25 +00:00
parent f5edea6225
commit c419407382

View File

@ -22,15 +22,14 @@
?>
<div id="div_liste" class="card shadow-lg border-0 mb-4" style="border-radius: 15px;">
<div class="card-header bg-primary text-white py-3" style="border-radius: 15px 15px 0 0;">
<div class="card-header text-primary py-3" style="border-radius: 15px 15px 0 0;">
<div class="d-flex justify-content-between align-items-center">
<h1 class="mb-0">
<i class="fas <?= ($idDemandeRemboursement > 0) ? 'fa-file-invoice-dollar' : 'fa-plus-circle' ?> me-2"></i>
<?= ($idDemandeRemboursement > 0) ? _("Détails du Remboursement") : _("Nouvelle Demande") ?>
<?php if($idDemandeRemboursement > 0): ?>
<span class="badge bg-white text-primary fs-6"> <?= $numeroDemandeRemboursement ?></span>
<?php endif; ?>
</h1>
</div>
</div>