comparison app/view/grid/ProbeList.js @ 1244:d391f055022e

WIP Added Erfassungsbogen-Druck
author Dustin Demuth <dustin@intevation.de>
date Tue, 08 Nov 2016 10:55:24 +0100
parents ec2b10d81343
children
comparison
equal deleted inserted replaced
1243:03826fba90bb 1244:d391f055022e
47 text: i18n.getMsg('probe.button.export'), 47 text: i18n.getMsg('probe.button.export'),
48 icon: 'resources/img/svn-update.png', 48 icon: 'resources/img/svn-update.png',
49 action: 'export', 49 action: 'export',
50 disabled: true //disabled on start, enabled by the controller 50 disabled: true //disabled on start, enabled by the controller
51 }, { 51 }, {
52 text: i18n.getMsg('probe.button.printSheet'),
53 icon: 'resources/img/printer.png',
54 action: 'printSheet',
55 disabled: true //disabled on start, enabled by the controller
56 }, {
52 text: i18n.getMsg('probe.button.print'), 57 text: i18n.getMsg('probe.button.print'),
53 icon: 'resources/img/printer.png', 58 icon: 'resources/img/printer.png',
54 action: 'print', 59 action: 'printExtract',
55 disabled: true //disabled on start, enabled by the controller 60 disabled: true //disabled on start, enabled by the controller
56 }] 61 }]
57 }]; 62 }];
58 this.columns = []; 63 this.columns = [];
59 this.callParent(arguments); 64 this.callParent(arguments);

http://lada.wald.intevation.org