Mercurial > lada > lada-client
comparison app/view/window/MessungEdit.js @ 613:f959205ab173
reverted changes on messungenedit.js
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 13 Mar 2015 15:21:38 +0100 |
parents | 8a156a7fbe67 |
children | 71e8b84d7829 |
comparison
equal
deleted
inserted
replaced
612:027703542596 | 613:f959205ab173 |
---|---|
48 autoScroll: true, | 48 autoScroll: true, |
49 items: [{ | 49 items: [{ |
50 xtype: 'messungform', | 50 xtype: 'messungform', |
51 margin: 5, | 51 margin: 5, |
52 recordId: this.record.get('id') | 52 recordId: this.record.get('id') |
53 /*}, { | 53 }, { |
54 xtype: 'fset', | 54 xtype: 'fset', |
55 name: 'messwerte', | 55 name: 'messwerte', |
56 title: 'Messwerte', | 56 title: 'Messwerte', |
57 padding: '5, 5', | 57 padding: '5, 5', |
58 margin: 5, | 58 margin: 5, |
59 items: [{ | 59 items: [{ |
60 xtype: 'messwertgrid', | 60 xtype: 'messwertgrid', |
61 recordId: this.record.get('id') | 61 recordId: this.record.get('id') |
62 }]*/ | 62 }] |
63 }, { | 63 }, { |
64 xtype: 'fset', | 64 xtype: 'fset', |
65 name: 'messungstatus', | 65 name: 'messungstatus', |
66 title: 'Status', | 66 title: 'Status', |
67 padding: '5, 5', | 67 padding: '5, 5', |