AC
This commit is contained in:
parent
3fba4d8ba0
commit
2cb5287554
|
|
@ -178,9 +178,9 @@
|
|||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<div class="h4 text-success text-uppercase mb-1" >
|
||||
<?= _("Couverture")?>
|
||||
<?= _("TAUX")?>
|
||||
</div>
|
||||
<div class="h5 mb-0" style="font-weight:bold">
|
||||
<div class="h4 mb-0" style="font-weight:bold">
|
||||
<?=$this->nettoyer(100-$adherent['ticketModerateurAdherent'])?> %
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -201,7 +201,7 @@
|
|||
<div class="h4 text-primary text-uppercase mb-1" >
|
||||
<?= _("Plafond") ?>
|
||||
</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) ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -222,7 +222,7 @@
|
|||
<?= _("Dépenses") ?>
|
||||
</div>
|
||||
<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) ?>
|
||||
</div>
|
||||
<div class="progress flex-grow-1" style="height: 6px;">
|
||||
|
|
@ -248,7 +248,7 @@
|
|||
<div class="h4 text-danger text-uppercase mb-1" >
|
||||
<?= _("Solde") ?>
|
||||
</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) ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user