Lien parenté
This commit is contained in:
parent
212a39d90e
commit
20f8790321
|
|
@ -732,11 +732,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
|
|
@ -797,7 +792,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="text-center mb-1 bg-dark text-light"><?= _("Pour chaque personne")?></h3>
|
||||
<h3 class="text-center mb-1 bg-dark text-light">
|
||||
<?php if(strlen($lienParente) > 4) :?>
|
||||
<?= _("Pour lien parenté")." : ".$lienParente ?>
|
||||
<?php else :?>
|
||||
<?= _("Pour chaque bénéficiaire")?>
|
||||
<?php endif;?>
|
||||
</h3>
|
||||
<div class="row mb-2">
|
||||
<div class="col-6 mb-1">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user