[Lada-commits] [PATCH 1 of 6] Rename button to 'Details'

Wald Commits scm-commit at wald.intevation.org
Tue Dec 16 18:22:11 CET 2014


# HG changeset patch
# User Roland Geider <roland.geider at intevation.de>
# Date 1418737830 -3600
# Node ID 7a20e3054c9efbaee70d38c7adb99ec4fe7d9fa9
# Parent  66f3c5d258e2ef7a564747f86e27a8046707ec96
Rename button to 'Details'

diff -r 66f3c5d258e2 -r 7a20e3054c9e app/view/messungen/List.js
--- a/app/view/messungen/List.js	Tue Dec 16 13:21:54 2014 +0100
+++ b/app/view/messungen/List.js	Tue Dec 16 14:50:30 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 = [{


More information about the Lada-commits mailing list