diff app/view/form/Messprogramm.js @ 1104:414f7c9908d6

some reorg of filterpanal and messprogramm form
author Michael Stanko <mstanko@bfs.de>
date Wed, 11 May 2016 08:57:40 +0200
parents 61cc583c3649
children 7baaf2cd3f57
line wrap: on
line diff
--- a/app/view/form/Messprogramm.js	Wed May 11 08:55:04 2016 +0200
+++ b/app/view/form/Messprogramm.js	Wed May 11 08:57:40 2016 +0200
@@ -207,7 +207,6 @@
                             fieldLabel: i18n.getMsg('probenintervall'),
                             margin: '0, 10, 5, 5',
                             labelWidth: 50,
-//                            anchor: '100%',
                             width: '40%',
                             name: 'probenintervall'
                         }, {
@@ -215,7 +214,6 @@
                             fieldLabel: i18n.getMsg('teilintervallVon'),
                             margin: '0, 10, 5, 10',
                             labelWidth: 90,
- //                           anchor: '100%',
                             width: '28%',
                             name: 'teilintervallVon',
                             period: 'start'
@@ -224,7 +222,6 @@
                             fieldLabel: i18n.getMsg('teilintervallBis'),
                             margin: '0, 15, 5, 5',
                             labelWidth: 18,
-//                            anchor: '100%',
                             width: '12%',
                             name: 'teilintervallBis',
                             period: 'end'
@@ -233,7 +230,6 @@
                             margin: '0, 10, 5, 5',
                             fieldLabel: i18n.getMsg('offset'),
                             labelWidth: 45,
-//                            anchor: '100%',
                             width: '18%',
                             name: 'intervallOffset'
                         }]
@@ -244,7 +240,6 @@
                         pack: 'center',
                         width: '70%',
                         margin: '0, 40, 10, 40',
-//                        anchor: '950%',
                         values: [0, 0]
                         //this will be overridden
                         // by setRecord
@@ -261,7 +256,6 @@
                             fieldLabel: i18n.getMsg('gueltigVon'),
                             margin: '0, 30, 5, 5',
                             labelWidth: 90,
-//                            anchor: '100%',
                             name: 'gueltigVon',
                             format: 'd.m.Y',
                             period: 'start'
@@ -270,7 +264,6 @@
                             fieldLabel: i18n.getMsg('gueltigBis'),
                             margin: '0, 5, 5, 5',
                             labelWidth: 40,
-//                            anchor: '100%',
                             name: 'gueltigBis',
                             format: 'd.m.Y',
                             period: 'end'
@@ -358,7 +351,6 @@
                     title: 'Ort',
                     layout: {
                         type: 'hbox',
-//                        pack: 'center',
                         align: 'stretch'
                     },
                     width: '100%',
@@ -524,8 +516,6 @@
             });
             this.down('messstellelabor').setValue(items.getAt(0));
         }
-        // set media field
-//        this.down('media').setValue('XXXX');
     },
 
     setMediaDesk: function(record) {

http://lada.wald.intevation.org