nettoyer($v['id']); $codeLienParente = $this->nettoyer($v['codeLienParente']); $enVigueur = $this->nettoyer($v['enVigueur']); $btnVisible = ($codeLienParente=="A" || $codeLienParente=="C" || $codeLienParente=="E") ? "1" : "0"; $libelle = est_anglophone() ? $this->nettoyer($v['libelleEng']) : $this->nettoyer($v['libelle']); $actifTxt = est_anglophone() ? ($enVigueur == "1" ? "Yes" : "No") : ($enVigueur == "1" ? "Oui" : "Non"); ?>