Mercurial > lada > lada-client
diff app/view/form/Ortserstellung.js @ 1320:3a3148d50b9c
Use new combobox widgets as input elements in create ort window.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 03 Feb 2017 14:30:16 +0100 |
parents | 8ace34d9352a |
children | f1e348109ebb |
line wrap: on
line diff
--- a/app/view/form/Ortserstellung.js Fri Feb 03 13:18:12 2017 +0100 +++ b/app/view/form/Ortserstellung.js Fri Feb 03 14:30:16 2017 +0100 @@ -132,7 +132,7 @@ fieldLabel: i18n.getMsg('orte.berichtstext'), name: 'berichtstext' }, { - xtype: 'tfield', + xtype: 'kta', labelWidth: 125, maxLength: 100, name: 'anlageId', @@ -150,7 +150,7 @@ name: 'sektor', fieldLabel: i18n.getMsg('orte.sektor') },{ - xtype: 'tfield', + xtype: 'orttyp', labelWidth: 125, maxLength: 100, name: 'ortTyp', @@ -174,7 +174,7 @@ name: 'nutsCode', fieldLabel: i18n.getMsg('orte.nutsCode') },{ - xtype: 'tfield', + xtype: 'ortszusatz', labelWidth: 125, maxLength: 7, name: 'ozId',