Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1041 Rev 1122
Line 173... Line 173...
173
	
173
	
174
				mediateur.actualiserPanneauCentral();
174
				mediateur.actualiserPanneauCentral();
175
			}
175
			}
176
		} else if (nouvellesDonnees instanceof Information) {
176
		} else if (nouvellesDonnees instanceof Information) {
-
 
177
			Information info = (Information) nouvellesDonnees;
-
 
178
			if (info.getType().equals("maj_utilisateur")) {
177
			Information info = (Information) nouvellesDonnees;
179
				gererEtatActivationBouton();
178
			if (info.getType().equals("suppression_collection")) {
180
			} else if (info.getType().equals("suppression_collection")) {
179
				// Affichage d'un message d'information 
181
				// Affichage d'un message d'information 
Line 180... Line 182...
180
				Info.display(i18nC.suppressionCollection(), info.toString().replaceAll("\n", "<br />"));
182
				Info.display(i18nC.suppressionCollection(), info.toString().replaceAll("\n", "<br />"));
Line 181... Line 183...
181
 
183
 
182
				supprimerCollectionsSelectionnees();
-
 
183
				
-
 
184
				gererEtatActivationBouton();
184
				supprimerCollectionsSelectionnees();
185
			} else if (info.getType().equals("maj_utilisateur")) {
185
				
186
				gererEtatActivationBouton();
186
				gererEtatActivationBouton();
187
			}
187
			}
188
		} else {
188
		} else {