Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 651 | Rev 709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 651 Rev 677
Line 94... Line 94...
94
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_accueil_niveau'.$niveau, $donnees), true);
94
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_accueil_niveau'.$niveau, $donnees), true);
95
		$this->ajouterLienModuleExport();
95
		$this->ajouterLienModuleExport();
96
	}
96
	}
Line 97... Line 97...
97
 
97
 
98
	public function ajouterLienModuleExport() {
98
	public function ajouterLienModuleExport() {
99
		$donnees['lien'] = $this->url->obtenirUrlPdfExport($this->parametres['num_nom'],$this->parametres['type_nom'], $this->parametres['nom']);
99
		$donnees['lien'] = $this->url->obtenirUrlPdfExport($this->parametres['num_nom']);
100
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_pdf_lien', $donnees), true);
100
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_pdf_lien', $donnees), true);
Line 101... Line 101...
101
	}
101
	}
102
	
102