Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/form/Messprogramm.js Wed May 18 18:22:33 2016 +0200 +++ b/app/view/form/Messprogramm.js Thu May 19 14:56:43 2016 +0200 @@ -374,13 +374,14 @@ columnWidth: '0.25' }] }, { - xtype: 'numberfield', - allowDecimals: false, + xtype: 'probenehmer', name: 'probeNehmerId', fieldLabel: i18n.getMsg('probeNehmerId'), + margin: '0, 5, 5, 5', width: '100%', + minValue: 0, anchor: '100%', - labelWidth: 105 + labelWidth: 95 }, { xtype: 'textarea', name: 'probeKommentar',