[Lada-commits] [PATCH] Add icons to make buttons look like others in the application
Wald Commits
scm-commit at wald.intevation.org
Thu Feb 9 11:19:11 CET 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1486635543 -3600
# Node ID f2db1da82297e8e46ed1ecfe3fc61cc6b416e593
# Parent fae5757bd56cc4cb4cdf945babb3c52a637c32a1
Add icons to make buttons look like others in the application.
diff -r fae5757bd56c -r f2db1da82297 app/view/window/Ortszuordnung.js
--- 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
}]
More information about the Lada-commits
mailing list