diff flys-client/src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java @ 86:eae92a05282e

Added a further plugin in the module selection and changed its alignment to vertical. flys-client/trunk@1596 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 28 Mar 2011 16:20:45 +0000
parents 4784ca718476
children b92281182c6b
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java	Mon Mar 28 16:11:44 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java	Mon Mar 28 16:20:45 2011 +0000
@@ -46,6 +46,9 @@
     /** Constant value for the MAP plugin.*/
     public static final String FIELD_PLUGIN_MAP   = "map";
 
+    /** Constant value for the CHART plugin.*/
+    public static final String FIELD_PLUGIN_CHART = "chart";
+
     /** Constant value for the FIX plugin.*/
     public static final String FIELD_PLUGIN_FIX   = "fix";
 
@@ -108,11 +111,12 @@
         LinkedHashMap values = new LinkedHashMap();
         values.put(FIELD_PLUGIN_WINFO, messages.winfo());
         values.put(FIELD_PLUGIN_MINFO, messages.minfo());
+        values.put(FIELD_PLUGIN_FIX, messages.fix());
+        values.put(FIELD_PLUGIN_CHART, messages.chart());
         values.put(FIELD_PLUGIN_MAP, messages.map());
-        values.put(FIELD_PLUGIN_FIX, messages.fix());
 
         radio.setShowTitle(false);
-        radio.setVertical(false);
+        radio.setVertical(true);
         radio.setValueMap(values);
 
         LinkedHashMap initial = new LinkedHashMap();

http://dive4elements.wald.intevation.org