Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1525 → Rev 1526

/trunk/src/org/tela_botanica/client/vues/collection/CollectionFormGeneral.java
117,9 → 117,8
liaisonFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
/*********************************/
/** Champ Projets **/
/*********************************/
//+-----------------------------------------------------------------------------------------------------------+
// Champ Projets
ModelType modelTypeProjets = new ModelType();
modelTypeProjets.setRoot("projets");
156,9 → 155,8
liaisonFieldSet.add(projetsCombo, new FormData(600, 0));
/*************************************/
/** Champ Structures **/
/*************************************/
//+-----------------------------------------------------------------------------------------------------------+
// Champ Structures
 
ModelType modelTypeStructures = new ModelType();
modelTypeStructures.setRoot("structures");
193,9 → 191,8
liaisonFieldSet.add(structuresCombo, new FormData(600, 0));
/*************************************/
/** Champ Collections **/
/*************************************/
//+-----------------------------------------------------------------------------------------------------------+
// Champ Collections
ModelType modelTypeCollections = new ModelType();
modelTypeCollections.setRoot("collections");
461,7 → 458,6
&& collection != null
&& collection.getCollectionMereNom() != null
&& !UtilString.isEmpty(collection.getCollectionMereNom())) {
collectionsCombo.chargerValeurInitiale(collection.getCollectionMereNom(), "cc_nom");
}
}