Mercurial > lada > lada-client
comparison app/view/form/Probe.js @ 1386:7e9a6f0e55b3
Added UI for audit trail.
TODO: add more i18n strings.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 24 Feb 2017 14:32:55 +0100 |
parents | 59c1f162fe8f |
children | dc90e2997071 |
comparison
equal
deleted
inserted
replaced
1385:3f499c52eee6 | 1386:7e9a6f0e55b3 |
---|---|
58 borderBottom: '1px solid #b5b8c8 !important', | 58 borderBottom: '1px solid #b5b8c8 !important', |
59 borderLeft: '1px solid #b5b8c8 !important', | 59 borderLeft: '1px solid #b5b8c8 !important', |
60 borderRight: '1px solid #b5b8c8 !important' | 60 borderRight: '1px solid #b5b8c8 !important' |
61 }, | 61 }, |
62 items: ['->', { | 62 items: ['->', { |
63 text: i18n.getMsg('audittrail'), | |
64 qtip: i18n.getMsg('qtip.audit'), | |
65 icon: 'resources/img/distribute-vertical-center.png', | |
66 action: 'audit', | |
67 disabled: this.recordId === null | |
68 }, { | |
63 text: 'Speichern', | 69 text: 'Speichern', |
64 qtip: 'Daten speichern', | 70 qtip: 'Daten speichern', |
65 icon: 'resources/img/dialog-ok-apply.png', | 71 icon: 'resources/img/dialog-ok-apply.png', |
66 action: 'save', | 72 action: 'save', |
67 disabled: true | 73 disabled: true |