Mercurial > lada > lada-client
changeset 514:61c76c12bd28
Removed save and cancel buttons from proben edit window.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 13:20:33 +0100 |
parents | 6de00657cd87 |
children | 66f3c5d258e2 |
files | app/view/proben/Edit.js |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/proben/Edit.js Tue Dec 16 13:19:18 2014 +0100 +++ b/app/view/proben/Edit.js Tue Dec 16 13:20:33 2014 +0100 @@ -27,10 +27,7 @@ var probe = Ext.StoreManager.get('ProbenList').getById(this.modelId); this.title = '§3-Probe ' + probe.get('probeIdAlt'); this.buttons = [{ - text: 'Speichern', - action: 'save' - }, { - text: 'Abbrechen', + text: 'Schließen', scope: this, handler: this.close }];