This commit is contained in:
KONE SOREL 2025-12-13 09:47:11 +00:00
parent 384337dc42
commit 0532fe716e

View File

@ -177,10 +177,10 @@
<div class="card-body p-3"> <div class="card-body p-3">
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<div class="flex-grow-1"> <div class="flex-grow-1">
<div class="h4 text-success text-uppercase mb-1" > <div class="h5 text-success text-uppercase mb-1" >
<?= _("Couverture")?> <?= _("Couverture")?>
</div> </div>
<div class="h4 mb-0" style="font-weight:bold"> <div class="h6 mb-0" style="font-weight:bold">
<?=$this->nettoyer(100-$adherent['ticketModerateurAdherent'])?>&nbsp;% <?=$this->nettoyer(100-$adherent['ticketModerateurAdherent'])?>&nbsp;%
</div> </div>
</div> </div>
@ -198,10 +198,10 @@
<div class="card-body p-3"> <div class="card-body p-3">
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<div class="flex-grow-1"> <div class="flex-grow-1">
<div class="h4 text-primary text-uppercase mb-1" > <div class="h5 text-primary text-uppercase mb-1" >
<?= _("Plafond") ?> <?= _("Plafond") ?>
</div> </div>
<div class="h4 mb-0" style="font-weight:bold"> <div class="h6 mb-0" style="font-weight:bold">
<?= format_N($limite_adherent['plafond'])." ".substr($_SESSION['devise_C'],0,1) ?> <?= format_N($limite_adherent['plafond'])." ".substr($_SESSION['devise_C'],0,1) ?>
</div> </div>
</div> </div>
@ -218,11 +218,11 @@
<div class="card shadow h-100 border border-info"> <div class="card shadow h-100 border border-info">
<div class="card-body p-3"> <div class="card-body p-3">
<div class="d-flex flex-column"> <div class="d-flex flex-column">
<div class="h4 text-info text-uppercase mb-1" > <div class="h5 text-info text-uppercase mb-1" >
<?= _("Dépenses") ?> <?= _("Dépenses") ?>
</div> </div>
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<div class="h4 mb-0 mr-2 me-2" style="font-weight:bold"> <div class="h6 mb-0 mr-2 me-2" style="font-weight:bold">
<?= format_N($limite_adherent['consommation'])." ".substr($_SESSION['devise_C'],0,1) ?> <?= format_N($limite_adherent['consommation'])." ".substr($_SESSION['devise_C'],0,1) ?>
</div> </div>
<div class="progress flex-grow-1" style="height: 6px;"> <div class="progress flex-grow-1" style="height: 6px;">
@ -245,10 +245,10 @@
<div class="card-body p-3"> <div class="card-body p-3">
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<div class="flex-grow-1"> <div class="flex-grow-1">
<div class="h4 text-danger text-uppercase mb-1" > <div class="h5 text-danger text-uppercase mb-1" >
<?= _("Solde") ?> <?= _("Solde") ?>
</div> </div>
<div class="h4 mb-0" style="font-weight:bold"> <div class="h6 mb-0" style="font-weight:bold">
<?= format_N($limite_adherent['soldeConsommation'])." ".substr($_SESSION['devise_C'],0,1) ?> <?= format_N($limite_adherent['soldeConsommation'])." ".substr($_SESSION['devise_C'],0,1) ?>
</div> </div>
</div> </div>