Subversion Repositories eFlore/Applications.del

Rev

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

Rev 568 Rev 651
Line 283... Line 283...
283
	public String getGroupePagination() {
283
	public String getGroupePagination() {
284
		return groupePagination;
284
		return groupePagination;
285
	}
285
	}
Line 286... Line 286...
286
 
286
 
-
 
287
	public void actualiserAffichageBoutons() {
-
 
288
		if (nbPage == 1) {
-
 
289
			vue.masquerBoutonPrecedent();
287
	public void actualiserAffichageBoutons() {
290
			vue.masquerBoutonSuivant();
288
		if (pageCourante == 1) {
291
		} else if (pageCourante == 1) {
289
			vue.masquerBoutonPrecedent();
292
			vue.masquerBoutonPrecedent();
290
			vue.afficherBoutonSuivant();
293
			vue.afficherBoutonSuivant();
291
		} else {
294
		} else {
292
			vue.afficherBoutonPrecedent();
295
			vue.afficherBoutonPrecedent();