Mercurial > lada > lada-client
changeset 517:89e3725211ca
Removed save and cancel button from edit messung dialog.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 16:55:16 +0100 |
parents | 4e6040f8557d |
children | 97a428548a24 |
files | app/view/messungen/Edit.js |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/messungen/Edit.js Tue Dec 16 14:45:26 2014 +0100 +++ b/app/view/messungen/Edit.js Tue Dec 16 16:55:16 2014 +0100 @@ -26,11 +26,7 @@ var form = Ext.create('Lada.view.messungen.EditForm', this.initialConfig); this.buttons = [{ - text: 'Speichern', - scope: form, - action: 'save' - }, { - text: 'Abbrechen', + text: 'Schließen', scope: this, handler: this.close }];