[Lada-commits] [PATCH] show MPR-ID in form/Messgrogramm

Wald Commits scm-commit at wald.intevation.org
Mon Mar 27 09:56:25 CEST 2017


# HG changeset patch
# User Evi Huber <ehuber at bfs.de>
# Date 1490601377 -7200
# Branch release-2.5
# Node ID e749d09fafcabd83598ed91af547668c27fa0124
# Parent  0e081a9badbc9a93314419698227bd081032f0fe
show MPR-ID in form/Messgrogramm

diff -r 0e081a9badbc -r e749d09fafca app/view/form/Messprogramm.js
--- a/app/view/form/Messprogramm.js	Fri Mar 24 12:03:44 2017 +0100
+++ b/app/view/form/Messprogramm.js	Mon Mar 27 09:56:17 2017 +0200
@@ -82,6 +82,13 @@
                         },
                         margin: '0, 10, 0, 0',
                         items: [{
+                             xtype: 'displayfield',
+                             name: 'id',
+                             fieldLabel: i18n.getMsg('mprId'),
+                             margin: '0, 5, 5, 5',
+                             labelWidth: 95,
+                             maxLength: 20
+                            }, {
                             layout: {
                                 type: 'hbox',
                                 align: 'stretch'


More information about the Lada-commits mailing list