Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 218 → Rev 219

/trunk/src/org/tela_botanica/client/CarnetEnLigneMediateur.java
204,7 → 204,7
ongletsObservationsImages = new TabPanel();
panneauPrincipalCarnetEnLigne.add(etatConnexionVue,new RowLayoutData(20));
panneauPrincipalCarnetEnLigne.add(etatConnexionVue,new RowLayoutData("10%"));
panneauPrincipalCarnetEnLigne.add(bandeau, new RowLayoutData("10%")) ;
img.sinkEvents(Event.ONCLICK);
228,7 → 228,7
}) ;
panneauAdmin = new Panel();
panneauPrincipalCarnetEnLigne.add(panneauAdmin, new RowLayoutData(20));
panneauPrincipalCarnetEnLigne.add(panneauAdmin, new RowLayoutData("5%"));
panneauAdmin.setBorder(false);
panneauAdmin.hide();