diff 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
line wrap: on
line diff
--- a/app/view/window/Ortszuordnung.js	Wed Mar 15 09:56:44 2017 +0100
+++ b/app/view/window/Ortszuordnung.js	Thu Mar 16 14:39:56 2017 +0100
@@ -135,13 +135,16 @@
                 }],
                 dockedItems: [{
                     xtype: 'toolbar',
-                    dock: 'bottom',
+                    dock: 'top',
                     items: [{
                         xtype: 'textfield',
                         name: 'search',
-                        labelWidth: 50,
+                        icon: 'resources/img/Find.png',
+                        width: '150px',
                         enableKeyEvents: true,
-                        fieldLabel: i18n.getMsg('ortszuordnung.ortsuche')
+                        emptyText: 'Ortssuche',
+                        emptyCls: 'empty-text-field',
+                        fieldLabel: ''
                     }, '->', {
                         text: i18n.getMsg('orte.new'),
                         icon: 'resources/img/list-add.png',

http://lada.wald.intevation.org