Mercurial > lada > lada-client
changeset 1306:c86fd6976264
Fix indentation.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 02 Feb 2017 15:17:44 +0100 |
parents | 3754111e365a |
children | 152fca74a839 |
files | app/view/form/Ortserstellung.js |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/form/Ortserstellung.js Thu Feb 02 14:43:12 2017 +0100 +++ b/app/view/form/Ortserstellung.js Thu Feb 02 15:17:44 2017 +0100 @@ -34,7 +34,7 @@ fieldLabel: i18n.getMsg('netzbetreiberId'), labelWidth: 125, value: Lada.netzbetreiber[0] - }, { + }, { xtype: 'checkbox', name: 'aktiv', fieldLabel: 'aktiv:' @@ -43,7 +43,7 @@ labelWidth: 125, fieldLabel: i18n.getMsg('staat'), name: 'staatId', - forceSelection: true, + forceSelection: true, listeners: { change: { fn: function() { me.checkCommitEnabled() }