ref #9116: rename additional source information
authorKatja Luther <k.luther@bgbm.org>
Wed, 19 Aug 2020 10:54:38 +0000 (12:54 +0200)
committerKatja Luther <k.luther@bgbm.org>
Wed, 19 Aug 2020 10:56:20 +0000 (12:56 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/OriginalSourceAdvancedSection.java

index b920a06920fee969e5bb1d3f8a89375343ae0512..8525673df0ff2e38d261e37b34b85d3a36d79f90 100644 (file)
@@ -603,4 +603,4 @@ CommonNameVocabularyPreferencePage_description=W
 CommonNameLanguagePreferencePage_description=Wählen Sie die für Trivialnamen verfügbaren Sprachen.
 
 EnumCombo_Placement_status=Platzierungsstatus
-OriginalSourceAdvancedSection_advanced=Zusätzliche Informationen
\ No newline at end of file
+OriginalSourceAdvancedSection_advanced=mehr
\ No newline at end of file
index 05b3037a0639e2ab4372038f1198581b048772f5..5de4aa5adb960a5f63b598a4c35f56b27208b826 100755 (executable)
@@ -54,12 +54,14 @@ public class OriginalSourceAdvancedSection extends AbstractCdmDetailSection<Refe
     @Override
     protected void createControlsByType(AbstractCdmDetailSection<ReferencedEntityBase> formElement, Class<ReferencedEntityBase> entityClass, int style) {
         super.createControlsByType(formElement, entityClass, style);
+        int i = this.getTextClientHeightDifference();
 
         TableWrapLayout layout = new TableWrapLayout();
         layout.topMargin = 0;
         layout.bottomMargin = 0;
         layout.numColumns = DEFAULT_NUM_COLUMNS;
-        setLayout(layout);
+        getLayoutComposite().setLayout(layout);
+//        setLayout(layout);
 
     }