de
This commit is contained in:
parent
7571292e7d
commit
6a8468014f
|
|
@ -9,17 +9,17 @@
|
|||
<table class="table table-sm table-hover table-bordered align-middle mb-0" style="font-size: 0.45rem;">
|
||||
<thead class="table-light border-secondary">
|
||||
<tr class="text-center small">
|
||||
<th rowspan="2" class="align-middle bg-light"><?= _("Effet") ?></th>
|
||||
<th colspan="4" class="bg-primary text-white py-1"><?= _("Famille (Adhérent)") ?></th>
|
||||
<th colspan="4" class="bg-dark text-white py-1"><?= _("Bénéficiaire") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light"><?= _("Remboursement") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light"><?= _("Carence") ?></th>
|
||||
<th colspan="2" class="align-middle bg-light"><?= _("TM") ?></th>
|
||||
<th colspan="2" class="align-middle bg-light"><?= _("Âge") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light"><?= _("Statut") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light"><?= _("Actions") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Effet") ?></th>
|
||||
<th colspan="4" class="bg-info-subtle text-white py-1 text-center"><?= _("Famille (Adhérent)") ?></th>
|
||||
<th colspan="4" class="bg-warning-subtle 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"><?= _("Â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.75rem;">
|
||||
<tr class="text-center small bg-light-subtle" style="font-size: 0.45rem;">
|
||||
<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="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"><?= $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-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"><?= $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="small fw-bold text-primary"><?= $this->nettoyer($v['codeTypeRemboursement']); ?></td>
|
||||
<td><?= $this->nettoyer($v['delaiCarenceFamilleActe']);?> m</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user