diff app/view/messungen/List.js @ 526:381066c87ba8

Merge
author Roland Geider <roland.geider@intevation.de>
date Tue, 16 Dec 2014 18:22:04 +0100
parents 7a20e3054c9e
children 95bad130be98 60c5c796a57e
line wrap: on
line diff
--- a/app/view/messungen/List.js	Tue Dec 16 18:16:25 2014 +0100
+++ b/app/view/messungen/List.js	Tue Dec 16 18:22:04 2014 +0100
@@ -35,6 +35,10 @@
             xtype: 'toolbar',
             dock: 'bottom',
             items: ['->', {
+                text: 'Details',
+                icon: 'gfx/document-open.png',
+                action: 'open'
+            }, {
                 text: 'Hinzufügen',
                 icon: 'gfx/list-add.png',
                 action: 'add',
@@ -43,10 +47,6 @@
                 text: 'Löschen',
                 icon: 'gfx/list-remove.png',
                 action: 'delete'
-            }, {
-                text: 'Öffnen',
-                icon: 'gfx/document-open.png',
-                action: 'open'
             }]
         }];
         this.columns = [{

http://lada.wald.intevation.org