Fiche beneficiaire v1.2
This commit is contained in:
parent
17d72a1104
commit
487b09248b
|
|
@ -360,19 +360,19 @@
|
||||||
<!-- Affichage mobile (cartes) -->
|
<!-- Affichage mobile (cartes) -->
|
||||||
<div class="d-md-none">
|
<div class="d-md-none">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="rounded p-2 border border-success">
|
<div class="rounded border border-success">
|
||||||
<small class="text-muted d-block"><?= _("Plafond") ?></small>
|
<small class="text-muted d-block"><?= _("Plafond") ?></small>
|
||||||
<h4 class="text-success mb-0"><?= format_N($plafondGlobalFamille) ?></h4>
|
<h4 class="text-success mb-0"><?= format_N($plafondGlobalFamille) ?></h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="rounded p-2 border border-primary">
|
<div class="rounded border border-primary">
|
||||||
<small class="text-muted d-block"><?= _("Dépense") ?></small>
|
<small class="text-muted d-block"><?= _("Dépense") ?></small>
|
||||||
<h4 class="text-primary mb-0"><?= format_N($consommationGlobaleFamille) ?></h4>
|
<h4 class="text-primary mb-0"><?= format_N($consommationGlobaleFamille) ?></h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="rounded p-2 border border-danger">
|
<div class="rounded border border-danger">
|
||||||
<small class="text-muted d-block"><?= _("Solde") ?></small>
|
<small class="text-muted d-block"><?= _("Solde") ?></small>
|
||||||
<h4 class="text-danger mb-0"><?= format_N($soldeConsommation) ?></h4>
|
<h4 class="text-danger mb-0"><?= format_N($soldeConsommation) ?></h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user