diff --git a/Controleur/ControleurProformahospitalisation.php b/Controleur/ControleurProformahospitalisation.php index 3bab6d04..44c2a6e0 100755 --- a/Controleur/ControleurProformahospitalisation.php +++ b/Controleur/ControleurProformahospitalisation.php @@ -20,7 +20,6 @@ class ControleurProformahospitalisation extends Controleur { public function index() { - $this->genererVue(array( 'reponseententeprealable' => $this->reponseententeprealable, 'ouinonattente' => $this->ouinonattente diff --git a/Vue/Creerusergc/index.php b/Vue/Creerusergc/index.php index 16b9156a..f748e0e7 100755 --- a/Vue/Creerusergc/index.php +++ b/Vue/Creerusergc/index.php @@ -1,5 +1,5 @@ titre = "ISA WEB - Nouvell Utilisateur Gestion Confiée "; + $this->titre = "Nouvell Utilisateur Gestion Confiée "; $codeGcAssureur = $this->nettoyer($gc['codeGcAssureur']); $idGc = $this->nettoyer($gc['id']); $nomGcAssureur = $this->nettoyer($gc['libelle']); diff --git a/Vue/Detailgroupefacturegarant/index.php b/Vue/Detailgroupefacturegarant/index.php index 45634436..a4d67c33 100755 --- a/Vue/Detailgroupefacturegarant/index.php +++ b/Vue/Detailgroupefacturegarant/index.php @@ -1,6 +1,4 @@ -titre = "ISA WEB - Créer facture garant"; - //$codeTypeFacturationGarant = $groupefacturegarant['codeTypeFacturationGarant']; - +titre = "Créer facture garant"; $codeNatureFacturationGarant = $_SESSION['codeNatureFacturationGarant_F']; ?> diff --git a/Vue/Fichegroupefacturegarant/index.php b/Vue/Fichegroupefacturegarant/index.php index 961492ab..1c7aaedb 100755 --- a/Vue/Fichegroupefacturegarant/index.php +++ b/Vue/Fichegroupefacturegarant/index.php @@ -1,4 +1,4 @@ -titre = "ISA WEB - Fiche facture garant"; +titre = "Fiche facture garant"; $idGroupe = $groupefacturegarant['idGroupeFacturegarant']; diff --git a/Vue/Ficheusergc/index.php b/Vue/Ficheusergc/index.php index 50a59ea5..11fb1e34 100755 --- a/Vue/Ficheusergc/index.php +++ b/Vue/Ficheusergc/index.php @@ -1,5 +1,5 @@ titre = "ISA WEB - Modifier Utilisteur Garant"; + $this->titre = "Modifier Utilisteur Garant"; $codeGcAssureur = $this->nettoyer($user_gc['codeGcAssureur']); $idUtilisateur = $user_gc['id']; diff --git a/Vue/Ficheusersass/index.php b/Vue/Ficheusersass/index.php index ec9781ca..bc472a52 100755 --- a/Vue/Ficheusersass/index.php +++ b/Vue/Ficheusersass/index.php @@ -1,5 +1,5 @@ titre = "ISA WEB - Fiche Utilisteur Assureur"; + $this->titre = "Fiche Utilisteur Assureur"; $idUtilisateur = $users_ass['id']; $codeUtilisateur = $users_ass['codeUtilisateur']; diff --git a/Vue/Proformahospitalisation/index.php b/Vue/Proformahospitalisation/index.php index ad7a86ee..57e6cf0b 100755 --- a/Vue/Proformahospitalisation/index.php +++ b/Vue/Proformahospitalisation/index.php @@ -1,5 +1,5 @@ titre = "ISA WEB - Demande accord préalable proforma hospitalisation"; + $this->titre = "Demande accord préalable proforma hospitalisation"; ?> diff --git a/Vue/Traitementproformahospitalisation/index.php b/Vue/Traitementproformahospitalisation/index.php index c49dff35..c7e14b7e 100755 --- a/Vue/Traitementproformahospitalisation/index.php +++ b/Vue/Traitementproformahospitalisation/index.php @@ -1,5 +1,5 @@ titre = "ISA WEB - Traitement proforma hospitalisation"; +$this->titre = "Traitement proforma hospitalisation"; $motifReel=""; $motifRefusAssure=""; $motifRefusPrestataire="";