diff --git a/Vue/Paramlienparente/index.php b/Vue/Paramlienparente/index.php index 9204d9b6..96b9ee59 100755 --- a/Vue/Paramlienparente/index.php +++ b/Vue/Paramlienparente/index.php @@ -1,192 +1,112 @@ +titre = "INTER SANTE - " . _("Liens de Parenté"); ?> -
-
-
- - -
-

- - -

-

- - -

-
- - - - - - +
+
+
+
+
+ +
+
+

+

+
+
+
+ + +
+
-
+ +
+
+
+ + + + + + + + + + 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"); + ?> + + + + + + + +
+ + + + + + + + + + + + + + + +
+
+
+
+ +
- -
- - -
- -
- - - - - - -
- - -
- - - - " - 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"; - ?> - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - -
-
-
- - - - -
- - -
- - - + + \ No newline at end of file