diff 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
line wrap: on
line diff
--- a/app/view/grid/ProbeList.js	Fri Nov 04 11:21:47 2016 +0100
+++ b/app/view/grid/ProbeList.js	Tue Nov 08 10:55:24 2016 +0100
@@ -49,9 +49,14 @@
                 action: 'export',
                 disabled: true //disabled on start, enabled by the controller
             }, {
+                text: i18n.getMsg('probe.button.printSheet'),
+                icon: 'resources/img/printer.png',
+                action: 'printSheet',
+                disabled: true //disabled on start, enabled by the controller
+            }, {
                 text: i18n.getMsg('probe.button.print'),
                 icon: 'resources/img/printer.png',
-                action: 'print',
+                action: 'printExtract',
                 disabled: true //disabled on start, enabled by the controller
             }]
         }];

http://lada.wald.intevation.org