eaze
This commit is contained in:
parent
1e7b598f25
commit
b233501513
|
|
@ -60,7 +60,7 @@
|
|||
</tbody>
|
||||
<tfoot class="table-dark">
|
||||
<tr>
|
||||
<td colspan="7" class="text-center fw-bold text-uppercase"><?= _("Total Général") ?></td>
|
||||
<td colspan="7" class="text-center text-dark fw-bold text-uppercase"><?= _("Total Général") ?></td>
|
||||
<td class="text-end fw-bold px-3 fs-6 text-dark"><?= format_N($rpsinistres_total['montant_total']) ?></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
<tfoot class="table-light border-top border-dark">
|
||||
<tr>
|
||||
<td colspan="4" class="text-center fw-bold text-uppercase"><?= _("Total Général") ?></td>
|
||||
<td colspan="4" class="text-center text-dark fw-bold text-uppercase"><?= _("Total Général") ?></td>
|
||||
<td class="text-center fw-bold text-dark fs-6"><?= format_N($rpsinistres_total['sinistres_total']) ?></td>
|
||||
<td class="text-center fw-bold text-info fs-6"><?= number_format((float)$rpsinistres_total['ratio_moyen'], 2, ',', ' ') ?> %</td>
|
||||
<td class="bg-light"></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user