Subversion Repositories eFlore/Applications.coel

Rev

Rev 407 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 407 Rev 411
Line 1994... Line 1994...
1994
			if (nouvelleDonnees instanceof Information) {
1994
			if (nouvelleDonnees instanceof Information) {
1995
				Information info = (Information) nouvelleDonnees;
1995
				Information info = (Information) nouvelleDonnees;
1996
				if (info.getMessages() != null && !info.getMessages().toString().equals("[]")) {
1996
				if (info.getMessages() != null && !info.getMessages().toString().equals("[]")) {
1997
					GWT.log("MESSAGES:\n"+info.getMessages().toString(), null);
1997
					GWT.log("MESSAGES:\n"+info.getMessages().toString(), null);
1998
				}
1998
				}
1999
				if (info.getDeboguages() != null && !info.getDeboguages().toString().equals("[]")) {
-
 
2000
					GWT.log("DEBOGUAGE:\n"+info.getDeboguages().toString(), null);
-
 
2001
				}
-
 
Line 2002... Line 1999...
2002
				
1999
				
2003
				if (info.getType().equals("modif_structure")) {
2000
				if (info.getType().equals("modif_structure")) {
2004
					Info.display("Modification d'une institution", info.toString());
2001
					Info.display("Modification d'une institution", info.toString());
2005
				} else if (info.getType().equals("ajout_structure")) {
2002
				} else if (info.getType().equals("ajout_structure")) {