comparison 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
comparison
equal deleted inserted replaced
1177:d2724c1642d7 1178:3e9a37ca9ae9
47 borderLeft: '1px solid #b5b8c8 !important', 47 borderLeft: '1px solid #b5b8c8 !important',
48 borderRight: '1px solid #b5b8c8 !important' 48 borderRight: '1px solid #b5b8c8 !important'
49 }, 49 },
50 items: [{ 50 items: [{
51 text: i18n.getMsg('ortszuordnung.form.setOrt'), 51 text: i18n.getMsg('ortszuordnung.form.setOrt'),
52 qtip: i18n.getMsg('ortszuordnung.form.setOrt.qtip'), 52 tooltip: i18n.getMsg('ortszuordnung.form.setOrt.qtip'),
53 icon: 'resources/img/dialog-ok-apply.png', 53 icon: 'resources/img/dialog-ok-apply.png',
54 action: 'setOrt', 54 action: 'setOrt',
55 enableToggle: true, 55 enableToggle: true,
56 disabled: true 56 disabled: true
57 }, '->', { 57 }, '->', {
58 text: i18n.getMsg('save'), 58 text: i18n.getMsg('save'),
59 qtip: i18n.getMsg('save.qtip'), 59 tooltip: i18n.getMsg('save.qtip'),
60 icon: 'resources/img/dialog-ok-apply.png', 60 icon: 'resources/img/dialog-ok-apply.png',
61 action: 'save', 61 action: 'save',
62 disabled: true 62 disabled: true
63 }, { 63 }, {
64 text: i18n.getMsg('discard'), 64 text: i18n.getMsg('discard'),
65 qtip: i18n.getMsg('discard.qtip'), 65 tooltip: i18n.getMsg('discard.qtip'),
66 icon: 'resources/img/dialog-cancel.png', 66 icon: 'resources/img/dialog-cancel.png',
67 action: 'discard', 67 action: 'discard',
68 disabled: true 68 disabled: true
69 }] 69 }]
70 }], 70 }],

http://lada.wald.intevation.org