df
This commit is contained in:
parent
c987260050
commit
61d5fdd10b
|
|
@ -2,18 +2,14 @@
|
|||
<input class="sr-only" id="nomForm" name="nomForm" value="historembdirect">
|
||||
|
||||
<div id="div_liste" class="container-fluid py-3">
|
||||
<div class="d-flex justify-content-between align-items-center mb-4">
|
||||
<h1 class="text-primary fw-bold mb-0">
|
||||
<i class="fas fa-history me-2"></i><?= _("Historique des Remboursements") ?>
|
||||
</h1>
|
||||
<!--
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb mb-0 small">
|
||||
<li class="breadcrumb-item"><a href="#"><?= _("Accueil") ?></a></li>
|
||||
<li class="breadcrumb-item active"><?= _("Remboursements") ?></li>
|
||||
</ol>
|
||||
</nav>
|
||||
-->
|
||||
<div class="d-flex align-items-center mb-4">
|
||||
<div class="bg-primary text-white p-3 rounded-3 shadow-sm me-3">
|
||||
<i class="fas fa-hand-holding-usd fa-2x"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h1 class="mb-0 fw-bold text-uppercase text-primary"><?= _("Validation des remboursements") ?></h1>
|
||||
<p class="text-muted mb-0"><?= _("Liste des dossiers Hors Tiers Payant") ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card shadow-sm border-0 mb-4" style="border-radius: 12px;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user