This commit is contained in:
KONE SOREL 2026-04-07 16:51:02 +00:00
parent 6be12185d6
commit 3ef45f17a1

View File

@ -6,20 +6,20 @@
<?php if(count($familleacte) > 0): ?>
<div class="table-responsive shadow-sm rounded">
<table class="table table-sm table-hover table-bordered align-middle mb-0" style="font-size: 0.45rem;">
<table class="table table-sm table-hover table-bordered align-middle mb-0" style="font-size: 0.45rem !important;">
<thead class="table-light border-secondary">
<tr class="text-center small">
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Effet") ?></th>
<th colspan="4" class="bg-info-subtle py-1 text-center"><?= _("Famille (Adhérent)") ?></th>
<th colspan="4" class="bg-warning-subtle py-1 text-center"><?= _("Bénéficiaire") ?></th>
<th colspan="4" class="bg-primary text-white py-1 text-center"><?= _("Famille (Adhérent)") ?></th>
<th colspan="4" class="bg-dark text-white py-1 text-center"><?= _("Bénéficiaire") ?></th>
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Remboursement") ?></th>
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Carence") ?></th>
<th colspan="2" class="align-middle bg-light text-center"><?= _("Ticket Modérateur") ?></th>
<th colspan="2" class="align-middle bg-light text-center"><?= _("TM") ?></th>
<th colspan="2" class="align-middle bg-light text-center"><?= _("Âge") ?></th>
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Statut") ?></th>
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Actions") ?></th>
</tr>
<tr class="text-center small bg-light-subtle" style="font-size: 0.45rem;">
<tr class="text-center small bg-light-subtle" style="font-size: 0.45rem; !important">
<th><?= _("Plafond") ?></th>
<th><?= _("Périodicité") ?></th>
<th><?= _("Nb Transac") ?></th>
@ -50,15 +50,15 @@
<tr class="text-center <?= ($supprime == '1') ? 'table-danger opacity-50' : ''; ?>">
<td class="fw-bold text-nowrap"><?= datefr($this->nettoyer($v['dateEffet'])); ?></td>
<td class="small"><?= $plafondFamille; ?></td>
<td class="small"><?= $this->nettoyer($v['codePeriodicitePlafondFamille']);?></td>
<td class="small"><?= $transacFamille;?></td>
<td class="small"><?= $this->nettoyer($v['codePeriodiciteFamille']);?></td>
<td class="bg-info-subtle small"><?= $plafondFamille; ?></td>
<td class="bg-info-subtle small"><?= $this->nettoyer($v['codePeriodicitePlafondFamille']);?></td>
<td class="bg-info-subtle small"><?= $transacFamille;?></td>
<td class="bg-info-subtle small"><?= $this->nettoyer($v['codePeriodiciteFamille']);?></td>
<td class="small"><?= $plafond;?></td>
<td class="small"><?= $this->nettoyer($v['codePeriodicitePlafond']);?></td>
<td class="small"><?= $transac;?></td>
<td class="small"><?= $this->nettoyer($v['codePeriodicite']); ?></td>
<td class="bg-warning-subtle small"><?= $plafond;?></td>
<td class="bg-warning-subtle small"><?= $this->nettoyer($v['codePeriodicitePlafond']);?></td>
<td class="bg-warning-subtle small"><?= $transac;?></td>
<td class="bg-warning-subtle small"><?= $this->nettoyer($v['codePeriodicite']); ?></td>
<td class="small fw-bold text-primary"><?= $this->nettoyer($v['codeTypeRemboursement']); ?></td>
<td><?= $this->nettoyer($v['delaiCarenceFamilleActe']);?> m</td>