Mercurial > lada > lada-client
comparison app/view/form/Messung.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 | 4270da0f7d3b |
children | ee21d0e1b998 |
comparison
equal
deleted
inserted
replaced
1385:3f499c52eee6 | 1386:7e9a6f0e55b3 |
---|---|
53 borderBottom: '1px solid #b5b8c8 !important', | 53 borderBottom: '1px solid #b5b8c8 !important', |
54 borderLeft: '1px solid #b5b8c8 !important', | 54 borderLeft: '1px solid #b5b8c8 !important', |
55 borderRight: '1px solid #b5b8c8 !important' | 55 borderRight: '1px solid #b5b8c8 !important' |
56 }, | 56 }, |
57 items: ['->', { | 57 items: ['->', { |
58 text: i18n.getMsg('audittrail'), | |
59 qtip: i18n.getMsg('qtip.audit'), | |
60 icon: 'resources/img/distribute-vertical-center.png', | |
61 action: 'audit', | |
62 disabled: this.recordId === null | |
63 }, { | |
58 text: 'Speichern', | 64 text: 'Speichern', |
59 qtip: 'Daten speichern', | 65 qtip: 'Daten speichern', |
60 icon: 'resources/img/dialog-ok-apply.png', | 66 icon: 'resources/img/dialog-ok-apply.png', |
61 action: 'save', | 67 action: 'save', |
62 disabled: true | 68 disabled: true |