[Lada-commits] [PATCH 1 of 3] Removed save and cancel button from edit messung dialog

Wald Commits scm-commit at wald.intevation.org
Tue Dec 16 16:56:07 CET 2014


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1418745316 -3600
# Node ID 89e3725211ca73b38b2e084b260a6e564e09b864
# Parent  4e6040f8557d6f8e0a6eb2c0ecdc8f6e6d659564
Removed save and cancel button from edit messung dialog.

diff -r 4e6040f8557d -r 89e3725211ca app/view/messungen/Edit.js
--- 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
         }];


More information about the Lada-commits mailing list