diff app/view/grid/MessprogrammKategorie.js @ 1003:15d8c64049d1 stammdatengrids

Datensatzerzeuger now uses the server. Added i18n to confirmation messages
author Dustin Demuth <dustin@intevation.de>
date Fri, 15 Jan 2016 14:42:29 +0100
parents d8b0b23047b1
children 6afdbc8ee920 77e22ad5cc84
line wrap: on
line diff
--- a/app/view/grid/MessprogrammKategorie.js	Wed Jan 13 14:50:28 2016 +0100
+++ b/app/view/grid/MessprogrammKategorie.js	Fri Jan 15 14:42:29 2016 +0100
@@ -46,6 +46,18 @@
                 xtype: 'tbtext',
                 id: 'tbtitle',
                 text: i18n.getMsg('mk.gridTitle')
+            },
+            '->',
+            {
+                text: i18n.getMsg('mk.button.add'),
+                icon: 'resources/img/list-add.png',
+                action: 'add',
+                disabled: true // disabled on startup, will be enabled by setStore
+            }, {
+                text: i18n.getMsg('mk.button.delete'),
+                icon: 'resources/img/list-remove.png',
+                action: 'delete',
+                disabled: true // disabled on startup, will be enabled by controller if necessary
             }]
         }];
 

http://lada.wald.intevation.org