ref #8233: restructure clone type designation wizard
authorKatja Luther <k.luther@bgbm.org>
Tue, 13 Apr 2021 12:27:14 +0000 (14:27 +0200)
committerKatja Luther <k.luther@bgbm.org>
Tue, 13 Apr 2021 12:28:14 +0000 (14:28 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/type/CloneTypeWizardComposite.java

index d4e4887067380c60de7f965fa04c2a56743cb4e6..dd0c54f476605d6739ceca50bb07d3ce804c7f68 100644 (file)
@@ -62,6 +62,15 @@ public class CloneTypeWizardComposite extends Composite implements ModifyListene
         Combo combo = comboViewerBaseType.getCombo();
         combo.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
 
+        Label lblNewLabel_1 = new Label(this, SWT.NONE);
+        lblNewLabel_1.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
+        lblNewLabel_1.setText("Type Status");
+
+        comboTypeStatus = new TermUuidComboViewer(this, SWT.NONE);
+        comboTypeStatus.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
+        comboTypeStatus.setInput(TermType.SpecimenTypeDesignationStatus);
+
+
         Label lblNewLabel_2 = new Label(this, SWT.NONE);
         lblNewLabel_2.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
         lblNewLabel_2.setText("Collection");
@@ -94,13 +103,6 @@ public class CloneTypeWizardComposite extends Composite implements ModifyListene
         textCatalogNumber = new Text(this, SWT.BORDER);
         textCatalogNumber.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
 
-        Label lblNewLabel_1 = new Label(this, SWT.NONE);
-        lblNewLabel_1.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
-        lblNewLabel_1.setText("Type Status");
-
-        comboTypeStatus = new TermUuidComboViewer(this, SWT.NONE);
-        comboTypeStatus.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
-        comboTypeStatus.setInput(TermType.SpecimenTypeDesignationStatus);
 
         Label lblNewLabel_stableIdentifier = new Label(this, SWT.NONE);
         lblNewLabel_stableIdentifier.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));