move elevation back to first page #4037
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / occurrence / GatheringEventDetailElement.java
index 6121366cd26d0a37c8df6c0ca8dab499752fb26b..73af807ee5d6cb342285672fd45d1379466f9443 100644 (file)
@@ -39,8 +39,6 @@ public class GatheringEventDetailElement extends
        
        private GatheringEventUnitElement element_distToWater;
        
-       private MinMaxTextSection section_minMaxText;
-
        private TextWithLabelElement text_collectingMethod;
 
        private TextWithLabelElement text_gatheringEventDescription;
@@ -76,9 +74,10 @@ public class GatheringEventDetailElement extends
 
 
                // exactLocation
-        text_gatheringEventDescription = formFactory.createTextWithLabelElement(formElement, "Gathering Event Description", entity.getGatheringEventDescription(), style);
-               element_elevation = formFactory.createGatheringEventUnitElement(
-                               formElement, "Elevation : ", entity, MinMaxTextSection.UnitType.ELEVATION,  style);
+        text_gatheringEventDescription = formFactory.createTextWithLabelElement(
+                       formElement, "Gathering Event Description", entity.getGatheringEventDescription(), style);
+//             element_elevation = formFactory.createGatheringEventUnitElement(
+//                             formElement, "Elevation : ", entity, MinMaxTextSection.UnitType.ELEVATION,  style);
                
                
                element_distToGround = formFactory.createGatheringEventUnitElement(