Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1219 Rev 1222
Line 42... Line 42...
42
	
42
	
43
	public void gererAffichageEnFonctionDeLaNavigation() {
43
	public void gererAffichageEnFonctionDeLaNavigation() {
44
		CacheClient cache = CacheClient.getInstance();
44
		CacheClient cache = CacheClient.getInstance();
Line 45... Line 45...
45
		String pageCourante = cache.getPageCourante();
45
		String pageCourante = cache.getPageCourante();
46
		
46
		
47
		if (pageCourante.equals(ConstantesNavigation.PICTOFLORA) || pageCourante.equals(ConstantesNavigation.PAGE_RECHERCHE_IMAGES)
47
		if (pageCourante.startsWith(ConstantesNavigation.PICTOFLORA) || pageCourante.startsWith(ConstantesNavigation.PAGE_RECHERCHE_IMAGES)
48
				|| pageCourante.equals(ConstantesNavigation.PAGE_VALIDATION_PICTOFLORA)) {
48
				|| pageCourante.startsWith(ConstantesNavigation.PAGE_VALIDATION_PICTOFLORA)) {
49
			//SI PICTO
49
			//SI PICTO
50
			ajouterObservation.setVisible(false);
50
			ajouterObservation.setVisible(false);
51
			aide.setVisible(false);
51
			aide.setVisible(false);