Mercurial > lada > lada-client
comparison app/view/window/Ortszuordnung.js @ 1372:f2db1da82297
Add icons to make buttons look like others in the application.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 09 Feb 2017 11:19:03 +0100 |
parents | fae5757bd56c |
children | 9cac9eb1365f |
comparison
equal
deleted
inserted
replaced
1371:fae5757bd56c | 1372:f2db1da82297 |
---|---|
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 action: 'createort' | 148 action: 'createort' |
148 }, { | 149 }, { |
149 text: i18n.getMsg('orte.frommap'), | 150 text: i18n.getMsg('orte.frommap'), |
151 icon: 'resources/img/list-add.png', | |
150 action: 'frommap' | 152 action: 'frommap' |
151 }, { | 153 }, { |
152 text: i18n.getMsg('orte.clone'), | 154 text: i18n.getMsg('orte.clone'), |
155 icon: 'resources/img/list-add.png', | |
153 action: 'clone', | 156 action: 'clone', |
154 disabled : true | 157 disabled : true |
155 }] | 158 }] |
156 }] | 159 }] |
157 }] | 160 }] |