Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/form/Messung.js Thu Feb 23 12:49:28 2017 +0100 +++ b/app/view/form/Messung.js Fri Feb 24 14:32:55 2017 +0100 @@ -55,6 +55,12 @@ borderRight: '1px solid #b5b8c8 !important' }, items: ['->', { + text: i18n.getMsg('audittrail'), + qtip: i18n.getMsg('qtip.audit'), + icon: 'resources/img/distribute-vertical-center.png', + action: 'audit', + disabled: this.recordId === null + }, { text: 'Speichern', qtip: 'Daten speichern', icon: 'resources/img/dialog-ok-apply.png',