Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 703 → Rev 775

/trunk/src/org/tela_botanica/client/vues/CollectionFormGeneral.java
123,7 → 123,7
structuresCombo.setTriggerAction(TriggerAction.ALL);
structuresCombo.setStore(structuresStore);
liaisonFieldSet.add(structuresCombo, new FormData(450, 0));
mediateur.selectionnerStructure(this, null);
mediateur.selectionnerStructureParProjet(this, null);
collectionsStore = new ListStore<Collection>();
collectionsCombo = new ComboBox<Collection>();
150,7 → 150,7
collectionsCombo.setTriggerAction(TriggerAction.ALL);
collectionsCombo.setStore(collectionsStore);
liaisonFieldSet.add(collectionsCombo, new FormData(450, 0));
mediateur.selectionnerCollection(this, null);
mediateur.selectionnerCollectionParProjet(this, null);
this.add(liaisonFieldSet);
}