f
This commit is contained in:
parent
f5edea6225
commit
c419407382
|
|
@ -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">N° <?= $numeroDemandeRemboursement ?></span>
|
||||
<?php endif; ?>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user