rt
This commit is contained in:
parent
44924afe14
commit
62c18984ca
|
|
@ -1,13 +1,11 @@
|
|||
<div id="div_liste_adherent" class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||
|
||||
<h1 class="text-primary"><i class="fas fa-microscope me-2"></i><?= _('Synthèse des Consommations') ?></h1>
|
||||
|
||||
<div class="d-flex align-items-center justify-content-between mb-4 border-bottom pb-3">
|
||||
<h1 class="fw-bold text-primary mb-0">
|
||||
<i class="fas fa-microscope me-2"></i>
|
||||
<?= _("Synthèse des Consommations") ?>
|
||||
</h1>
|
||||
<div class="h5 mb-0">
|
||||
<span class="badge bg-primary shadow-sm"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
|
||||
</div>
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<h4 class="fw-bold text-secondary mb-0">
|
||||
<?= _("POLICE") ?> : <span class="badge bg-white text-primary ms-2"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<div class="row g-3 mb-4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user