From 1607b19acfe479653e2bb5e2d0e30bffdf9d330b Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 13 Jan 2026 18:53:16 +0000 Subject: [PATCH] dr --- Vue/Usersrhclient/index.php | 87 +++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 43 deletions(-) diff --git a/Vue/Usersrhclient/index.php b/Vue/Usersrhclient/index.php index 1360a33..4731bfa 100755 --- a/Vue/Usersrhclient/index.php +++ b/Vue/Usersrhclient/index.php @@ -8,24 +8,29 @@
+
- : + :
- +
+ + + +
- - - - - - - + + + + + + + @@ -33,58 +38,57 @@ $idUtilisateur = $user_client['idUtilisateur']; $codeUtilisateur = $user_client['codeUtilisateur']; $actif = (int)$user_client['actif']; - $actVisible = (int)$user_client['actVisible']; - $AffectionVisible = (int)$user_client['AffectionVisible']; $reInit = (int)$user_client['reInit']; $codeLangue = $user_client['codeLangue']; - - $profil = $user_client['profil']; - if (est_anglophone()){ - $profil = $user_client['profilEng']; - } + + // Gestion multilingue du profil + $libelleProfil = est_anglophone() ? $user_client['profilEng'] : $user_client['profil']; ?>
- + nettoyer($codeUtilisateur) ?> - + -
nettoyer($user_client['utilisateur']) ?>
+
nettoyer($user_client['utilisateur']) ?>
- + + + - - + + nettoyer($libelleProfil) ?> - + - - - + -
- -
+ +
\ No newline at end of file