comparison app/view/form/Messprogramm.js @ 1169:e552e82ceb8a

Teilintervall and offset must be integer.
author Tom Gottfried <tom@intevation.de>
date Fri, 01 Jul 2016 14:12:54 +0200
parents 40a07eb873bf
children 1ae5e4f0f2c8
comparison
equal deleted inserted replaced
1168:40a07eb873bf 1169:e552e82ceb8a
212 labelWidth: 50, 212 labelWidth: 50,
213 width: '40%', 213 width: '40%',
214 name: 'probenintervall' 214 name: 'probenintervall'
215 }, { 215 }, {
216 xtype: 'numfield', 216 xtype: 'numfield',
217 allowDecimals: false,
217 fieldLabel: i18n.getMsg('teilintervallVon'), 218 fieldLabel: i18n.getMsg('teilintervallVon'),
218 margin: '0, 10, 5, 10', 219 margin: '0, 10, 5, 10',
219 labelWidth: 90, 220 labelWidth: 90,
220 width: '28%', 221 width: '28%',
221 name: 'teilintervallVon', 222 name: 'teilintervallVon',
222 period: 'start' 223 period: 'start'
223 }, { 224 }, {
224 xtype: 'numfield', 225 xtype: 'numfield',
226 allowDecimals: false,
225 fieldLabel: i18n.getMsg('teilintervallBis'), 227 fieldLabel: i18n.getMsg('teilintervallBis'),
226 margin: '0, 15, 5, 5', 228 margin: '0, 15, 5, 5',
227 labelWidth: 18, 229 labelWidth: 18,
228 width: '15%', 230 width: '15%',
229 name: 'teilintervallBis', 231 name: 'teilintervallBis',
230 period: 'end' 232 period: 'end'
231 }, { 233 }, {
232 xtype: 'numfield', 234 xtype: 'numfield',
235 allowDecimals: false,
233 margin: '0, 10, 5, 5', 236 margin: '0, 10, 5, 5',
234 fieldLabel: i18n.getMsg('offset'), 237 fieldLabel: i18n.getMsg('offset'),
235 labelWidth: 45, 238 labelWidth: 45,
236 width: '17%', 239 width: '17%',
237 name: 'intervallOffset' 240 name: 'intervallOffset'

http://lada.wald.intevation.org