add source reference string to excelImport wizard and missing imageRessource changes
authorKatja Luther <k.luther@bgbm.org>
Thu, 15 Jun 2017 07:39:06 +0000 (09:39 +0200)
committerKatja Luther <k.luther@bgbm.org>
Thu, 15 Jun 2017 07:39:06 +0000 (09:39 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ImportFromFileDataSourceWizardPage.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/ImageResources.java

index bc3763d428fc7445da49e32a1b9087f1e9e42b52..8f26e25dc012a75dab978f436621a445fa1fcde8 100644 (file)
@@ -99,7 +99,7 @@ public class ImportFromFileDataSourceWizardPage extends AbcdSourceSelectionPage
         labelRef.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 3, 1));
         textReferenceString = new Text(composite, SWT.NONE);
         textReferenceString.setEnabled(true);
-        GridData gd_textReferenceString = new GridData(SWT.LEFT, SWT.CENTER, true, true, 3, 1);
+        GridData gd_textReferenceString = new GridData(SWT.LEFT, SWT.TOP, true, true, 1, 1);
         gd_textReferenceString.widthHint = 229;
         textReferenceString.setLayoutData(gd_textReferenceString);
                setControl(composite);
index 7c0b384181504588ff2f783b79b8b39a34365377..cefdb709e580d13b1b8b3460706e74f1fb4389c4 100644 (file)
@@ -166,6 +166,7 @@ public class ImageResources {
     public static final String CHARACTER_DATA_DERIVATE = "character_data_derivate";
 
     public static final String WEB = "web";
+    public static final String DATE = "dates";
 
 
        /***************************************************************************
@@ -397,6 +398,8 @@ public class ImageResources {
 
                registerImage(registry, WEB,
                        "web.gif");
+               registerImage(registry, DATE,
+                       "dates.gif");
 
        }