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