diff gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp @ 575:a634d5ee961d

Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts. gnv/trunk@707 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 24 Feb 2010 14:38:36 +0000
parents 3f7bbc6dc751
children 734e8301c9ea
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp	Wed Feb 24 08:35:26 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp	Wed Feb 24 14:38:36 2010 +0000
@@ -42,6 +42,14 @@
 " 0.0219 58.5768, " +
 "-1.5763 58.3616))";
             }
+
+            function toggleBinType(toDeactivate) {
+                var ele = document.getElementById(toDeactivate);
+
+                if (ele != null) {
+                    ele.checked = false;
+                }
+            }
         </script>
     </head>
 

http://dive4elements.wald.intevation.org