Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 133 Rev 153
Line 125... Line 125...
125
				binder.setSelection((Structure) listeInstitutions.get(0));
125
				binder.setSelection((Structure) listeInstitutions.get(0));
126
			}
126
			}
127
		} else if (nouvelleDonnees instanceof Information) {
127
		} else if (nouvelleDonnees instanceof Information) {
128
			Information info = (Information) nouvelleDonnees;
128
			Information info = (Information) nouvelleDonnees;
129
			if (info.getType().equals("suppression_structure")) {
129
			if (info.getType().equals("suppression_structure")) {
130
				GWT.log(info.getMessages().toString(), null);
130
				GWT.log(info.toString(), null);
131
				Info.display("Suppression Structure", info.toString());
131
				Info.display("Suppression d'une Institution", info.toString().replaceAll("\n", "<br />"));
-
 
132
				// TODO : mettre à jour le tableau en supprimant les institutions
132
			}
133
			}
133
		}
134
		}
Line 134... Line 135...
134
		
135
		
135
	}
136
	}