This commit is contained in:
KONE SOREL 2026-04-03 17:08:04 +00:00
parent 1c90f92d3c
commit 0f2b3b020f

View File

@ -11,26 +11,6 @@
}
?>
<?php if($enVigueur == "1"):?>
<legend> <?= _("DESACTIVATION DU LIEN DE PARENTE") ?> </legend>
<?php else: ?>
<legend> <?= _("ACTIVATION DU LIEN DE PARENTE") ?> </legend>
<?php endif; ?>
<input class="sr-only" type="text" id="idLien" name="idLien" value="<?= $this->nettoyer($lienparente['id']) ?>">
<?php
$libelle = $this->nettoyer($lienparente['libelle']);
$enVigueur = $this->nettoyer($lienparente['enVigueur']);
$actif = ($enVigueur == "1") ? "Oui" : "Non";
if (est_anglophone()){
$libelle = $this->nettoyer($lienparente['libelleEng']);
$actif = ($enVigueur == "1") ? "Yes" : "No";
}
?>
<div class="modal-dialog modal-dialog-centered shadow-lg">
<div class="modal-content border-0">
<div class="modal-header border-bottom-0 pb-3 pt-4 px-4 border-start border-warning border-5" style="background-color: #212e53; border-top-left-radius: var(--radius-md); border-top-right-radius: var(--radius-md);">
@ -90,5 +70,4 @@
<?php endif; ?>
</div>
</div>
</div>
</div>