[Lada-commits] [PATCH 3 of 4] Removed save and cancel buttons from proben edit window
Wald Commits
scm-commit at wald.intevation.org
Tue Dec 16 13:22:58 CET 2014
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1418732433 -3600
# Node ID 61c76c12bd28e1db026fde69e7700cf06e309b61
# Parent 6de00657cd8716d4b01f554574ac2bcae89b44e4
Removed save and cancel buttons from proben edit window.
diff -r 6de00657cd87 -r 61c76c12bd28 app/view/proben/Edit.js
--- 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
}];
More information about the Lada-commits
mailing list