Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1879 → Rev 1880

/trunk/src/org/tela_botanica/client/vues/collection/CollectionFormContenu.java
133,7 → 133,7
classementFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
 
etatClassementCombo = new ChampComboBoxListeValeurs(i18nC.etatClassementCollection(), "etatClassement", tabIndex++);
classementFieldSet.add(etatClassementCombo);
classementFieldSet.add(etatClassementCombo, new FormData(550, 0));
 
annotationClassementChp = new TextArea();
annotationClassementChp.setFieldLabel(i18nC.annotationClassementCollection());