Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1899 → Rev 1900

/trunk/src/org/tela_botanica/client/vues/collection/CollectionFormGeneral.java
179,6 → 179,7
FieldSet administratifFieldSet = new FieldSet();
administratifFieldSet.setHeadingHtml(i18nC.collectionGeneralTitre());
administratifFieldSet.setCollapsible(true);
administratifFieldSet.collapse();
administratifFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
typeDepotCombo = new ChampComboBoxListeValeurs(i18nC.typeDepot(), "typeDepot", tabIndex++);
223,6 → 224,7
FieldSet couvertureFieldSet = new FieldSet();
couvertureFieldSet.setHeadingHtml("Couvertures");
couvertureFieldSet.setCollapsible(true);
couvertureFieldSet.collapse();
couvertureFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
periodeConstitutionChp = new ChampCaseACocher(i18nC.periodeConstitution(), "siecleNaturaliste", false);
238,6 → 240,7
FieldSet typeFieldSet = new FieldSet();
typeFieldSet.setHeadingHtml("Spécimens «types»");
typeFieldSet.setCollapsible(true);
typeFieldSet.collapse();
typeFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
specimenTypeCombo = new ChampComboBoxListeValeurs(i18nC.specimenTypeCollection(), "onpi", tabIndex++);