[Lada-commits] [PATCH] Removed messprogramm name and updated messprogramm form layout

Wald Commits scm-commit at wald.intevation.org
Thu Nov 10 13:59:06 CET 2016


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1478782737 -3600
# Node ID ca241fb7fbfb4ebb2f3a15d8833389d7f6350a71
# Parent  74e4e5a7adc70fb375f8b54d2dc7b1da9ba258d7
Removed messprogramm name and updated messprogramm form layout

diff -r 74e4e5a7adc7 -r ca241fb7fbfb app/view/form/Messprogramm.js
--- a/app/view/form/Messprogramm.js	Wed Nov 09 15:30:01 2016 +0100
+++ b/app/view/form/Messprogramm.js	Thu Nov 10 13:58:57 2016 +0100
@@ -140,7 +140,7 @@
                                 submitValue: false,
                                 fieldLabel: i18n.getMsg('netzbetreiberId'),
                                 margin : '0, 5, 5, 5',
-                                width : '35%',
+                                width : '45%',
                                 labelWidth: 80
                             }, {
                                 xtype: 'datenbasis',
@@ -151,15 +151,6 @@
                                 margin : '0, 5, 5, 5',
                                 width : '20%',
                                 labelWidth: 65
-                            }, {
-                                xtype: 'chkbox',
-                                name: 'test',
-                                fieldLabel: i18n.getMsg('test'),
-                                anchor: '100%',
-                                margin : '0, 5, 5, 5',
-                                width : '10%',
-                                labelWidth: 30,
-                                allowBlank: false
                             }]
                         }, {
                             layout: {
@@ -168,30 +159,30 @@
                             },
                             border: 0,
                             items: [{
-                                xtype: 'tfield',
-                                name: 'name',
-                                fieldLabel: i18n.getMsg('mprId'),
+                                xtype: 'probenart',
+                                editable: false,
+                                name: 'probenartId',
+                                fieldLabel: i18n.getMsg('probenartId'),
                                 margin: '0, 5, 5, 5',
                                 width: '35%',
                                 labelWidth: 95,
-                                maxLength: 20,
-                                editable: true
+                                allowBlank: false
                             }, {
                                 xtype: 'betriebsart',
                                 name: 'baId',
                                 margin: '0, 5, 5, 5',
                                 fieldLabel: i18n.getMsg('baId'),
                                 //anchor: '100%',
-                                width: '35%',
+                                width: '45%',
                                 labelWidth: 80
                             }, {
-                                xtype: 'probenart',
-                                editable: false,
-                                name: 'probenartId',
-                                fieldLabel: i18n.getMsg('probenartId'),
-                                margin: '0, 5, 5, 5',
-                                width: '20%',
-                                labelWidth: 70,
+                                xtype: 'chkbox',
+                                name: 'test',
+                                fieldLabel: i18n.getMsg('test'),
+                                anchor: '100%',
+                                margin : '0, 5, 5, 5',
+                                width : '20%',
+                                labelWidth: 30,
                                 allowBlank: false
                             }]
                         }]


More information about the Lada-commits mailing list