diff app/view/form/Ortszuordnung.js @ 1178:3e9a37ca9ae9

Added Tooltips to Ortszuordnung Form
author Dustin Demuth <dustin@intevation.de>
date Mon, 18 Jul 2016 13:23:30 +0200
parents 1cf5280bbc45
children a792eecf1614
line wrap: on
line diff
--- a/app/view/form/Ortszuordnung.js	Mon Jul 11 10:39:07 2016 +0200
+++ b/app/view/form/Ortszuordnung.js	Mon Jul 18 13:23:30 2016 +0200
@@ -49,20 +49,20 @@
                     },
                     items: [{
                         text: i18n.getMsg('ortszuordnung.form.setOrt'),
-                        qtip: i18n.getMsg('ortszuordnung.form.setOrt.qtip'),
+                        tooltip: i18n.getMsg('ortszuordnung.form.setOrt.qtip'),
                         icon: 'resources/img/dialog-ok-apply.png',
                         action: 'setOrt',
                         enableToggle: true,
                         disabled: true
                     }, '->', {
                         text: i18n.getMsg('save'),
-                        qtip: i18n.getMsg('save.qtip'),
+                        tooltip: i18n.getMsg('save.qtip'),
                         icon: 'resources/img/dialog-ok-apply.png',
                         action: 'save',
                         disabled: true
                     }, {
                         text: i18n.getMsg('discard'),
-                        qtip: i18n.getMsg('discard.qtip'),
+                        tooltip: i18n.getMsg('discard.qtip'),
                         icon: 'resources/img/dialog-cancel.png',
                         action: 'discard',
                         disabled: true

http://lada.wald.intevation.org