comparison app/view/window/Ortszuordnung.js @ 1397:954c77216b2d release-2.5

Added search icon
author Evi Huber <ehuber@bfs.de>
date Thu, 16 Mar 2017 14:39:56 +0100
parents 6ccaeeeb41ad
children
comparison
equal deleted inserted replaced
1396:418b9afee700 1397:954c77216b2d
133 xtype: 'ortstammdatengrid', 133 xtype: 'ortstammdatengrid',
134 isMessprogramm: this.messprogramm? true: false 134 isMessprogramm: this.messprogramm? true: false
135 }], 135 }],
136 dockedItems: [{ 136 dockedItems: [{
137 xtype: 'toolbar', 137 xtype: 'toolbar',
138 dock: 'bottom', 138 dock: 'top',
139 items: [{ 139 items: [{
140 xtype: 'textfield', 140 xtype: 'textfield',
141 name: 'search', 141 name: 'search',
142 labelWidth: 50, 142 icon: 'resources/img/Find.png',
143 width: '150px',
143 enableKeyEvents: true, 144 enableKeyEvents: true,
144 fieldLabel: i18n.getMsg('ortszuordnung.ortsuche') 145 emptyText: 'Ortssuche',
146 emptyCls: 'empty-text-field',
147 fieldLabel: ''
145 }, '->', { 148 }, '->', {
146 text: i18n.getMsg('orte.new'), 149 text: i18n.getMsg('orte.new'),
147 icon: 'resources/img/list-add.png', 150 icon: 'resources/img/list-add.png',
148 action: 'createort' 151 action: 'createort'
149 }, { 152 }, {

http://lada.wald.intevation.org