Mercurial > lada > lada-client
comparison app/view/form/Messprogramm.js @ 1116:92c0fa2f29b0
complete some comboboxes in probe form and messprogramm form
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Thu, 19 May 2016 14:56:43 +0200 |
parents | 7baaf2cd3f57 |
children | e9bf88db2bbb |
comparison
equal
deleted
inserted
replaced
1115:6866be10e40c | 1116:92c0fa2f29b0 |
---|---|
372 text: i18n.getMsg('messprogrammort.button.title'), | 372 text: i18n.getMsg('messprogrammort.button.title'), |
373 action: 'ort', | 373 action: 'ort', |
374 columnWidth: '0.25' | 374 columnWidth: '0.25' |
375 }] | 375 }] |
376 }, { | 376 }, { |
377 xtype: 'numberfield', | 377 xtype: 'probenehmer', |
378 allowDecimals: false, | |
379 name: 'probeNehmerId', | 378 name: 'probeNehmerId', |
380 fieldLabel: i18n.getMsg('probeNehmerId'), | 379 fieldLabel: i18n.getMsg('probeNehmerId'), |
380 margin: '0, 5, 5, 5', | |
381 width: '100%', | 381 width: '100%', |
382 minValue: 0, | |
382 anchor: '100%', | 383 anchor: '100%', |
383 labelWidth: 105 | 384 labelWidth: 95 |
384 }, { | 385 }, { |
385 xtype: 'textarea', | 386 xtype: 'textarea', |
386 name: 'probeKommentar', | 387 name: 'probeKommentar', |
387 labelAlign: 'top', | 388 labelAlign: 'top', |
388 fieldLabel: i18n.getMsg('probeKommentar'), | 389 fieldLabel: i18n.getMsg('probeKommentar'), |