Section actes plafonnés
This commit is contained in:
parent
34943697a1
commit
212a39d90e
|
|
@ -718,30 +718,29 @@
|
|||
<div class="align-same-line">
|
||||
<div class="left-content">
|
||||
<?php if($pourcentConsoFamille>='50' && $pourcentConsoFamille<'80'): ?>
|
||||
<span class="badge me-2 color-1 text-truncate" style="max-width: 150px;"><?= $libelle ?></span>
|
||||
<span class="badge me-2 color-1 text-truncate" style="max-width: 250px;"><?= $libelle ?></span>
|
||||
<?php elseif($pourcentConsoFamille>='80' && $pourcentConsoFamille <'100'): ?>
|
||||
<span class="badge me-2 color-2 text-truncate" style="max-width: 150px;"><?= $libelle ?></span>
|
||||
<span class="badge me-2 color-2 text-truncate" style="max-width: 250px;"><?= $libelle ?></span>
|
||||
<?php elseif($pourcentConsoFamille >='100' || $transactionFamille=="1"): ?>
|
||||
<a title="<?= _("Plafond ou nombre de transaction atteint pour cet acte.")?>" href="javascript:alert_limite('A');">
|
||||
<span class="badge me-2 color-3 text-truncate" style="max-width: 150px;"><?= $libelle ?></span>
|
||||
<span class="badge me-2 color-3 text-truncate" style="max-width: 250px;"><?= $libelle ?></span>
|
||||
</a>
|
||||
<?php else: ?>
|
||||
<span class="badge bg-primary me-2 text-truncate" style="max-width: 150px;" ><?= $libelle ?></span>
|
||||
<span class="badge bg-primary me-2 text-truncate" style="max-width: 250px;" ><?= $libelle ?></span>
|
||||
<?php endif; ?>
|
||||
<strong style="font-size:1.8rem !important;"><?= $taux ?></strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="text-center mb-1 bg-dark text-light"><?= _("Pour toute la famille")?></h3>
|
||||
<div class="row mb-2">
|
||||
<div class="col-12">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<span class="text-muted small"><?= _("Lien") ?></span>
|
||||
<small class="text-muted exercice"><?= $lienParente ?></small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<h3 class="text-center mb-1 bg-dark text-light"><?= _("Pour toute la famille")?></h3>
|
||||
<div class="row mb-2">
|
||||
<div class="col-6">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<span class="text-muted small"><?= _("Plafond") ?></span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user