Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3312 Rev 3313
Line 567... Line 567...
567
 
567
 
568
	if ( this.utils.valOk( datasObs.plante.notes ) ) {
568
	if ( this.utils.valOk( datasObs.plante.notes ) ) {
569
		commentaires =
569
		commentaires =
570
			this.utils.msgTraduction( 'commentaires' ) +
570
			this.utils.msgTraduction( 'commentaires' ) +
571
			' : <span>'+
571
			' : <span>'+
572
				datasObs.arbre.notes +
572
				datasObs.plante.notes +
573
			'</span> ';
573
			'</span> ';
Line 574... Line 574...
574
	}
574
	}
575
 
575