Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3240 Rev 3248
Line 111... Line 111...
111
 
111
 
112
 
112
 
113
	private function executerSaisie() {
113
	private function executerSaisie() {
-
 
114
		$retour = array();
-
 
115
		$retour['squelette'] = 'saisie';
114
		$retour = array();
116
		$retour['donnees']['general'] = I18n::get('General');
115
		$retour['squelette'] = 'saisie';
117
		$retour['donnees']['aide'] = I18n::get('Aide');
116
		$retour['donnees']['observateur'] = I18n::get('Observateur');
118
		$retour['donnees']['observateur'] = I18n::get('Observateur');
117
        $retour['donnees']['observation'] = I18n::get('Observation');
119
		$retour['donnees']['observation'] = I18n::get('Observation');
118
        $retour['donnees']['image'] = I18n::get('Image');
120
		$retour['donnees']['image'] = I18n::get('Image');
119
        $retour['donnees']['chpsupp'] = I18n::get('Chpsupp');
121
 		$retour['donnees']['chpsupp'] = I18n::get('Chpsupp');
120
        $retour['donnees']['resume'] = I18n::get('Resume');
122
 		$retour['donnees']['resume'] = I18n::get('Resume');
121
		$retour['donnees']['widget'] = $this->rechercherProjet();
123
		$retour['donnees']['widget'] = $this->rechercherProjet();
Line 122... Line 124...
122
		return $retour;
124
		return $retour;