Mercurial > lada > lada-client
comparison app/view/form/Ortszuordnung.js @ 1291:e9f812528324
ortszuordnung form changes
removed discard button
cursor change if new position is to be selected on map
display of GemeindeId and Staat in ortzuordnung
author | Maximilian Krambach <mkrambach@intevation.de> |
---|---|
date | Wed, 01 Feb 2017 18:00:59 +0100 |
parents | d17501b967f2 |
children | 171eacf989d8 |
comparison
equal
deleted
inserted
replaced
1290:d17501b967f2 | 1291:e9f812528324 |
---|---|
71 }, '->', { | 71 }, '->', { |
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 | |
77 }, { | |
78 text: i18n.getMsg('discard'), | |
79 tooltip: i18n.getMsg('discard.qtip'), | |
80 icon: 'resources/img/dialog-cancel.png', | |
81 action: 'discard', | |
82 disabled: true | 76 disabled: true |
83 }] | 77 }] |
84 }], | 78 }], |
85 items: [{ | 79 items: [{ |
86 layout: 'vbox', | 80 layout: 'vbox', |