diff app/view/Viewport.js @ 120:19eab475bbe5

Clean up part one. Reduced application to the search page. Moved some stores for comoboboxes right to the combobox
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 21 Jun 2013 16:53:39 +0200
parents 4040d384d6b3
children ed7fb4fa32dc
line wrap: on
line diff
--- a/app/view/Viewport.js	Fri Jun 21 16:51:16 2013 +0200
+++ b/app/view/Viewport.js	Fri Jun 21 16:53:39 2013 +0200
@@ -4,8 +4,7 @@
         'Lada.view.search.List',
         'Lada.view.search.Query1',
         'Lada.view.search.Query2',
-        'Lada.view.proben.List',
-        'Lada.view.proben.Edit'
+        'Lada.view.proben.List'
     ],
     initComponent: function() {
         console.log('Setting up Viewport');
@@ -31,6 +30,7 @@
                     hidden: true
 
                 },
+                // Buttons to trigger the search.
                 {
                     id: 'SearchBtnPanel',
                     xtype: 'panel',
@@ -52,7 +52,6 @@
                     hidden: true
 
                 },
-                // Buttons to trigger the search.
                 // Resultlist for the query.
                 {
                     id: 'result',

http://lada.wald.intevation.org