Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 459 → Rev 460

/trunk/src/org/tela_botanica/client/vues/observation/FormulaireImportObservationVue.java
28,6 → 28,7
form.setEncoding(FormPanel.ENCODING_MULTIPART);
form.setMethod(FormPanel.METHOD_POST);
form.setWidth("275px");
nPan.setWidth("275px");
 
VerticalPanel holder = new VerticalPanel();