Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 450 Rev 462
Line 110... Line 110...
110
	}
110
	}
Line 111... Line 111...
111
	
111
	
112
	public function ajouterInfoAuSurvol($curseur){
112
	public function ajouterInfoAuSurvol($curseur){
113
		$champs = $curseur->getAttribute('id');
113
		$champs = $curseur->getAttribute('id');
114
		$valeurTexte = $this->recupererOntologies($this->valeurs_champs[$champs], $champs );
114
		$valeurTexte = $this->recupererOntologies($this->valeurs_champs[$champs], $champs );
115
		$curseur->setAttribute('title',$this->valeurs_champs[$champs].":".$valeurTexte->nom );
115
		$curseur->setAttribute('title',$this->valeurs_champs[$champs].": ".$valeurTexte->nom );