comparison app/view/widget/Betriebsart.js @ 836:6de96799746f

fix emtytext in Betriebsart.js and in Lada_de-DE.properties
author Michael Stanko <mstanko@bfs.de>
date Mon, 06 Jul 2015 10:45:25 +0200
parents d2ee6858f452
children bdc1f9bfd930
comparison
equal deleted inserted replaced
835:de63d8b4926a 836:6de96799746f
32 displayField: 'betriebsart', 32 displayField: 'betriebsart',
33 valueField: 'betriebsartId', 33 valueField: 'betriebsartId',
34 34
35 initComponent: function() { 35 initComponent: function() {
36 var i18n = Lada.getApplication().bundle; 36 var i18n = Lada.getApplication().bundle;
37 this.emptyText = i18n.getMsg('emptytext.probenart'); 37 this.emptyText = i18n.getMsg('emptytext.betriebsart');
38 38
39 this.store = Ext.data.StoreManager.get('betriebsartStore') 39 this.store = Ext.data.StoreManager.get('betriebsartStore')
40 this.store.clearFilter(); 40 this.store.clearFilter();
41 this.callParent(arguments); 41 this.callParent(arguments);
42 } 42 }

http://lada.wald.intevation.org