" onkeyup="filterTable()" >
nettoyer($v['id']); $codeLienParente = $this->nettoyer($v['codeLienParente']); $libelle = $this->nettoyer($v['libelle']); $enVigueur = $this->nettoyer($v['enVigueur']); $actif = ($enVigueur == "1") ? _("Oui") : _("Non"); /* Liens système non modifiables (A, C, E) */ $btnVisible = ($codeLienParente == "A" || $codeLienParente == "C" || $codeLienParente == "E") ? "1" : "0"; if (est_anglophone()) { $libelle = $this->nettoyer($v['libelleEng']); $actif = ($enVigueur == "1") ? "Yes" : "No"; } /* Classes badge selon statut */ $badgeClass = ($enVigueur == "1") ? "bg-success-ghost" : "bg-danger-ghost"; $badgeIcon = ($enVigueur == "1") ? "fa-check-circle" : "fa-times-circle"; ?>