[Lada-commits] [PATCH 2 of 3] Diplays Orte atop of Messungen
Wald Commits
scm-commit at wald.intevation.org
Mon Jul 6 17:02:34 CEST 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1436194468 -7200
# Node ID 135cd5814b1581d8bd6c015a63e91753f2bb6393
# Parent bbbccdb103cfaa3f9f9d34fb6b28467d77462a97
Diplays Orte atop of Messungen
diff -r bbbccdb103cf -r 135cd5814b15 app/view/window/ProbeEdit.js
--- a/app/view/window/ProbeEdit.js Mon Jul 06 16:50:30 2015 +0200
+++ b/app/view/window/ProbeEdit.js Mon Jul 06 16:54:28 2015 +0200
@@ -65,6 +65,16 @@
items: [{
xtype: 'probeform',
recordId: this.record.get('id')
+ }, {
+ xtype: 'fset',
+ name: 'orte',
+ title: 'Ortsangaben',
+ padding: '5, 5',
+ margin: 5,
+ items: [{
+ xtype: 'ortgrid',
+ recordId: this.record.get('id')
+ }]
}, {
xtype: 'fset',
name: 'messungen',
@@ -79,16 +89,6 @@
}]
}, {
xtype: 'fset',
- name: 'orte',
- title: 'Ortsangaben',
- padding: '5, 5',
- margin: 5,
- items: [{
- xtype: 'ortgrid',
- recordId: this.record.get('id')
- }]
- }, {
- xtype: 'fset',
name: 'probenzusatzwerte',
title: 'Zusatzwerte',
padding: '5, 5',
More information about the Lada-commits
mailing list