Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1405 Rev 1549
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 -... Line 45...
-
 
45
		String pageCourante = cache.getPageCourante();
45
		String pageCourante = cache.getPageCourante();
46
		
46
		
47
		if (pageCourante.startsWith(ConstantesNavigation.PICTOFLORA)
47
		if (pageCourante.startsWith(ConstantesNavigation.PICTOFLORA) || pageCourante.startsWith(ConstantesNavigation.PAGE_RECHERCHE_IMAGES)
48
			|| pageCourante.startsWith(ConstantesNavigation.PAGE_RECHERCHE_IMAGES)
48
				|| pageCourante.startsWith(ConstantesNavigation.PAGE_VALIDATION_PICTOFLORA)) {
49
			|| pageCourante.startsWith(ConstantesNavigation.PAGE_DETAIL_IMG)) {
49
			//SI PICTO
50
			//SI PICTO
50
			ajouterObservation.setVisible(false);
51
			ajouterObservation.setVisible(false);
51
			aide.setVisible(false);
52
			aide.setVisible(false);