diff --git a/Controleur/ControleurAjaxchangerentiteportail.php b/Controleur/ControleurAjaxchangerentiteportail.php index b4dc1f0e..a66f2955 100755 --- a/Controleur/ControleurAjaxchangerentiteportail.php +++ b/Controleur/ControleurAjaxchangerentiteportail.php @@ -30,6 +30,8 @@ class ControleurAjaxchangerentiteportail extends Controleur { $actif = $this->societeuser->estActif($codeSociete); } + + $afficherLogoSociete = $this->societeuser->get_afficher_logo_societe($codeSociete); $this->genererVueAjax ( @@ -37,7 +39,8 @@ class ControleurAjaxchangerentiteportail extends Controleur { ( 'codeUtilisateur' => $codeUtilisateur, 'societeExiste' => $societeExiste, - 'actif' => $actif + 'actif' => $actif, + 'afficherLogoSociete' => $afficherLogoSociete, ) ); } diff --git a/Vue/Ajaxchangerentiteportail/english.php b/Vue/Ajaxchangerentiteportail/english.php index 4c3851b9..b19d86b6 100755 --- a/Vue/Ajaxchangerentiteportail/english.php +++ b/Vue/Ajaxchangerentiteportail/english.php @@ -1,3 +1,4 @@ + @@ -11,8 +12,7 @@
- - +
diff --git a/Vue/Ajaxchangerentiteportail/french.php b/Vue/Ajaxchangerentiteportail/french.php index 08fd5f12..974db06e 100755 --- a/Vue/Ajaxchangerentiteportail/french.php +++ b/Vue/Ajaxchangerentiteportail/french.php @@ -1,3 +1,4 @@ + @@ -8,6 +9,7 @@ +
diff --git a/Vue/Ajaxconnexioncookie/english.php b/Vue/Ajaxconnexioncookie/english.php index b544374f..b155ebcf 100755 --- a/Vue/Ajaxconnexioncookie/english.php +++ b/Vue/Ajaxconnexioncookie/english.php @@ -37,6 +37,7 @@
+
@@ -53,6 +54,7 @@
+
diff --git a/Vue/Ajaxconnexioncookie/french.php b/Vue/Ajaxconnexioncookie/french.php index ebc756bc..5bc26b46 100755 --- a/Vue/Ajaxconnexioncookie/french.php +++ b/Vue/Ajaxconnexioncookie/french.php @@ -37,6 +37,7 @@
+
@@ -53,6 +54,7 @@
+
diff --git a/Vue/Ajaxconnexioncookie/index.php b/Vue/Ajaxconnexioncookie/index.php index 662c7212..024bb29f 100755 --- a/Vue/Ajaxconnexioncookie/index.php +++ b/Vue/Ajaxconnexioncookie/index.php @@ -22,7 +22,7 @@ $societeExiste = true; ?> - +