Mercurial > lada > lada-client
changeset 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 | 94d35d5a7913 |
files | app/view/window/Ortszuordnung.js |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/window/Ortszuordnung.js Thu Feb 09 10:17:36 2017 +0100 +++ b/app/view/window/Ortszuordnung.js Thu Feb 09 11:19:03 2017 +0100 @@ -144,12 +144,15 @@ fieldLabel: i18n.getMsg('ortszuordnung.ortsuche'), }, '->', { text: i18n.getMsg('orte.new'), + icon: 'resources/img/list-add.png', action: 'createort' }, { text: i18n.getMsg('orte.frommap'), + icon: 'resources/img/list-add.png', action: 'frommap' }, { text: i18n.getMsg('orte.clone'), + icon: 'resources/img/list-add.png', action: 'clone', disabled : true }]