comparison 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
comparison
equal deleted inserted replaced
999:f73ca04d73a7 1003:15d8c64049d1
44 dock: 'top', 44 dock: 'top',
45 items: [{ 45 items: [{
46 xtype: 'tbtext', 46 xtype: 'tbtext',
47 id: 'tbtitle', 47 id: 'tbtitle',
48 text: i18n.getMsg('mk.gridTitle') 48 text: i18n.getMsg('mk.gridTitle')
49 },
50 '->',
51 {
52 text: i18n.getMsg('mk.button.add'),
53 icon: 'resources/img/list-add.png',
54 action: 'add',
55 disabled: true // disabled on startup, will be enabled by setStore
56 }, {
57 text: i18n.getMsg('mk.button.delete'),
58 icon: 'resources/img/list-remove.png',
59 action: 'delete',
60 disabled: true // disabled on startup, will be enabled by controller if necessary
49 }] 61 }]
50 }]; 62 }];
51 63
52 this.columns = [{ 64 this.columns = [{
53 header: i18n.getMsg('netzbetreiberId'), 65 header: i18n.getMsg('netzbetreiberId'),

http://lada.wald.intevation.org