Mercurial > lada > lada-client
comparison app/view/form/Ortszuordnung.js @ 1321:f1e348109ebb
Updated style to fit the other windows style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 03 Feb 2017 14:31:10 +0100 |
parents | 3025014e83c6 |
children | 2c5d89886885 |
comparison
equal
deleted
inserted
replaced
1320:3a3148d50b9c | 1321:f1e348109ebb |
---|---|
72 text: i18n.getMsg('save'), | 72 text: i18n.getMsg('save'), |
73 tooltip: i18n.getMsg('save.qtip'), | 73 tooltip: i18n.getMsg('save.qtip'), |
74 icon: 'resources/img/dialog-ok-apply.png', | 74 icon: 'resources/img/dialog-ok-apply.png', |
75 action: 'save', | 75 action: 'save', |
76 disabled: true | 76 disabled: true |
77 }, { | |
78 text: i18n.getMsg('discard'), | |
79 qtip: 'Ă„nderungen verwerfen', | |
80 icon: 'resources/img/dialog-cancel.png', | |
81 action: 'revert', | |
77 }] | 82 }] |
78 }], | 83 }], |
79 items: [{ | 84 items: [{ |
80 layout: 'vbox', | 85 layout: 'vbox', |
81 autoscroll: true, | 86 autoscroll: true, |