comparison app/view/search/List.js @ 527:9545adcfceeb

Removed sql statement and added column header to query selection.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 16 Dec 2014 18:27:59 +0100
parents 16fbbad55589
children
comparison
equal deleted inserted replaced
520:16fbbad55589 527:9545adcfceeb
58 xtype: 'displayfield', 58 xtype: 'displayfield',
59 fieldLabel: 'Beschreibung', 59 fieldLabel: 'Beschreibung',
60 shrinkWrap: 3, 60 shrinkWrap: 3,
61 value: '-/-' 61 value: '-/-'
62 }, { 62 }, {
63 id: 'sqlquery', 63 id: 'results',
64 xtype: 'displayfield', 64 xtype: 'displayfield',
65 fieldLabel: 'Abfrage', 65 fieldLabel: 'Spalten',
66 value: '-/-' 66 value: '-/-'
67 }] 67 }]
68 }]; 68 }];
69 this.callParent(arguments); 69 this.callParent(arguments);
70 } 70 }

http://lada.wald.intevation.org