va
This commit is contained in:
parent
2d618dc82d
commit
6d01892b45
|
|
@ -566,8 +566,14 @@
|
|||
<th rowspan="2" style='text-align:center'> <?= _("Taux") ?> </th>
|
||||
<th rowspan="2" style='border-right:1px solid #ddd !important; text-align:center' width="8%"> <?= _("Autorisé à"); ?> </th>
|
||||
|
||||
<th colspan="8" style='border-right:1px solid #ddd !important;' class="bg-success text-center"> <?= _("Pour toute la famille") ?> </th>
|
||||
<th colspan="8" style='border-right:1px solid #ddd !important;' class="bg-secondary text-center"> <?= _("Pour chaque personne") ?> </th>
|
||||
<th colspan="8" style='border-right:1px solid #ddd !important;' class="bg-success text-center"> <?= _("Famille entière") ?> </th>
|
||||
<th colspan="8" style='border-right:1px solid #ddd !important;' class="bg-secondary text-center">
|
||||
<?php if(strlen($lienParente) > 4) :?>
|
||||
<?= $lienParente ?>
|
||||
<?php else :?>
|
||||
<?= _("Bénéficiaire")?>
|
||||
<?php endif;?>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style='border-right:1px solid #ddd !important;' class="bg-success text-center"> <?= _("Plafond") ?> </th>
|
||||
|
|
@ -733,7 +739,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="text-center mb-1 bg-dark text-light"><?= _("Pour toute la famille")?></h3>
|
||||
<h3 class="text-center mb-1 bg-dark text-light"><?= _("Famille entière")?></h3>
|
||||
<div class="row mb-2">
|
||||
<div class="col-6">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
|
|
@ -793,9 +799,9 @@
|
|||
|
||||
<h3 class="text-center mb-1 bg-dark text-light">
|
||||
<?php if(strlen($lienParente) > 4) :?>
|
||||
<?= _("Pour")." : ".$lienParente ?>
|
||||
<?= $lienParente ?>
|
||||
<?php else :?>
|
||||
<?= _("Pour chaque bénéficiaire")?>
|
||||
<?= _("Bénéficiaire")?>
|
||||
<?php endif;?>
|
||||
</h3>
|
||||
<div class="row mb-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user