Mercurial > lada > lada-client
comparison app/view/window/Ortszuordnung.js @ 1287:e317ba349204
Added search for orte, verwaltungseinheiten and staaten.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 26 Jan 2017 17:33:56 +0100 |
parents | faecbb446a04 |
children | 08085b7d1d0b |
comparison
equal
deleted
inserted
replaced
1286:8b21a3fa6e1f | 1287:e317ba349204 |
---|---|
117 borderLeft: '1px solid #b5b8c8 !important', | 117 borderLeft: '1px solid #b5b8c8 !important', |
118 borderRight: '1px solid #b5b8c8 !important' | 118 borderRight: '1px solid #b5b8c8 !important' |
119 }, | 119 }, |
120 items: [{ | 120 items: [{ |
121 xtype: 'textfield', | 121 xtype: 'textfield', |
122 name: 'search', | |
122 labelWidth: 50, | 123 labelWidth: 50, |
124 enableKeyEvents: true, | |
123 fieldLabel: i18n.getMsg('ortszuordnung.ortsuche'), | 125 fieldLabel: i18n.getMsg('ortszuordnung.ortsuche'), |
124 }, '->', { | 126 }, '->', { |
125 text: i18n.getMsg('orte.new'), | 127 text: i18n.getMsg('orte.new'), |
126 action: 'createort' | 128 action: 'createort' |
127 }, { | 129 }, { |