Mercurial > lada > lada-client
comparison app/view/window/Ortszuordnung.js @ 1377:9cac9eb1365f
fix sencha parse warnings
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Tue, 14 Feb 2017 08:49:19 +0100 |
parents | f2db1da82297 |
children | e95ac7584c2c |
comparison
equal
deleted
inserted
replaced
1376:cd51645b79d5 | 1377:9cac9eb1365f |
---|---|
139 items: [{ | 139 items: [{ |
140 xtype: 'textfield', | 140 xtype: 'textfield', |
141 name: 'search', | 141 name: 'search', |
142 labelWidth: 50, | 142 labelWidth: 50, |
143 enableKeyEvents: true, | 143 enableKeyEvents: true, |
144 fieldLabel: i18n.getMsg('ortszuordnung.ortsuche'), | 144 fieldLabel: i18n.getMsg('ortszuordnung.ortsuche') |
145 }, '->', { | 145 }, '->', { |
146 text: i18n.getMsg('orte.new'), | 146 text: i18n.getMsg('orte.new'), |
147 icon: 'resources/img/list-add.png', | 147 icon: 'resources/img/list-add.png', |
148 action: 'createort' | 148 action: 'createort' |
149 }, { | 149 }, { |