Mercurial > lada > lada-client
comparison app/view/form/Messprogramm.js @ 1252:5db7e8abfd61
Added field for kommentar in messprogramm.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 17 Nov 2016 11:11:00 +0100 |
parents | 979b4b9200a7 |
children | 835042fa1a1d |
comparison
equal
deleted
inserted
replaced
1251:0a47e8af9006 | 1252:5db7e8abfd61 |
---|---|
183 margin : '0, 5, 5, 5', | 183 margin : '0, 5, 5, 5', |
184 width : '20%', | 184 width : '20%', |
185 labelWidth: 30, | 185 labelWidth: 30, |
186 allowBlank: false | 186 allowBlank: false |
187 }] | 187 }] |
188 }, { | |
189 xtype: 'tfield', | |
190 name: 'kommentar', | |
191 fieldLabel: i18n.getMsg('kommentar'), | |
192 width: '100%', | |
193 margin: '0, 5, 5, 5', | |
194 labelWidth: 95 | |
188 }] | 195 }] |
189 }, { | 196 }, { |
190 // Zeit | 197 // Zeit |
191 xtype: 'fieldset', | 198 xtype: 'fieldset', |
192 title: i18n.getMsg('probenintervall'), | 199 title: i18n.getMsg('probenintervall'), |