This commit is contained in:
KONE SOREL 2025-12-13 09:52:11 +00:00
parent 3fba4d8ba0
commit 2cb5287554

View File

@ -178,9 +178,9 @@
<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="h4 text-success text-uppercase mb-1" >
<?= _("Couverture")?> <?= _("TAUX")?>
</div> </div>
<div class="h5 mb-0" style="font-weight:bold"> <div class="h4 mb-0" style="font-weight:bold">
<?=$this->nettoyer(100-$adherent['ticketModerateurAdherent'])?>&nbsp;% <?=$this->nettoyer(100-$adherent['ticketModerateurAdherent'])?>&nbsp;%
</div> </div>
</div> </div>
@ -201,7 +201,7 @@
<div class="h4 text-primary text-uppercase mb-1" > <div class="h4 text-primary text-uppercase mb-1" >
<?= _("Plafond") ?> <?= _("Plafond") ?>
</div> </div>
<div class="h5 mb-0" style="font-weight:bold"> <div class="h4 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>
@ -222,7 +222,7 @@
<?= _("Dépenses") ?> <?= _("Dépenses") ?>
</div> </div>
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<div class="h5 mb-0 mr-2 me-2" style="font-weight:bold"> <div class="h4 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;">
@ -248,7 +248,7 @@
<div class="h4 text-danger text-uppercase mb-1" > <div class="h4 text-danger text-uppercase mb-1" >
<?= _("Solde") ?> <?= _("Solde") ?>
</div> </div>
<div class="h5 mb-0" style="font-weight:bold"> <div class="h4 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>