Subversion Repositories eFlore/Applications.del

Rev

Rev 1557 | Rev 1562 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1557 Rev 1559
Line 63... Line 63...
63
		return pageCourante;
63
		return pageCourante;
64
	}
64
	}
Line 65... Line 65...
65
 
65
 
66
	public void setPageCourante(String pageCourante) {
66
	public void setPageCourante(String pageCourante) {
-
 
67
		pageCourante = pageCourante.replaceAll("#", "");
-
 
68
		pageCourante = pageCourante.replaceAll("page_validation", ConstantesNavigation.PAGE_DETAIL_OBS);
67
		pageCourante = pageCourante.replaceAll("#", "");
69
		pageCourante = pageCourante.replaceAll("page_validation_pictoflora", ConstantesNavigation.PAGE_DETAIL_IMG);
68
		this.pageCourante = pageCourante;
70
		this.pageCourante = pageCourante;
Line 69... Line 71...
69
	}
71
	}