assure/Vue/Ajaxlienparente/index.php
2025-12-05 09:34:39 +00:00

13 lines
503 B
PHP
Executable File

<?php
$codeLienParente = $this->nettoyer($lienParente['codeLienParente']);
$lienDemandeur = $this->nettoyer($lienParente['libelle']);
if (est_anglophone())
{
$lienDemandeur = $this->nettoyer($lienParente['libelleEng']);
}
?>
<!--<INPUT class="sr-only" TYPE="text" id="codeLienDemandeur" NAME="codeLienDemandeur" value="<?= $codeLienParente ?>" readonly>-->
<INPUT class="form-control" TYPE="text" id="lienDemandeur" NAME="lienDemandeur" value="<?= $lienDemandeur ?>" readonly>