Mercurial > lada > lada-client
comparison app/view/proben/List.js @ 29:1fdef170d5a5
Changed MLP to MPL. It seems that this one was a typo.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 16 May 2013 18:24:09 +0200 |
parents | f964a50bfe57 |
children | c684f01c0b72 |
comparison
equal
deleted
inserted
replaced
28:4d60b9ebce15 | 29:1fdef170d5a5 |
---|---|
4 maxHeight: 350, | 4 maxHeight: 350, |
5 store: 'Proben', | 5 store: 'Proben', |
6 initComponent: function() { | 6 initComponent: function() { |
7 this.columns = [ | 7 this.columns = [ |
8 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, | 8 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, |
9 {header: 'MLP', dataIndex: 'mlpId', width: 50}, | 9 {header: 'MPL', dataIndex: 'mplId', width: 50}, |
10 {header: 'UWB', dataIndex: 'umwId', width: 50}, | 10 {header: 'UWB', dataIndex: 'umwId', width: 50}, |
11 {header: 'HPNR', dataIndex: 'hauptprobenNr'}, | 11 {header: 'HPNR', dataIndex: 'hauptprobenNr'}, |
12 {header: 'NPNR', dataIndex: '', width: 50}, | 12 {header: 'NPNR', dataIndex: '', width: 50}, |
13 {header: 'E.Gemeinde', dataIndex: '', flex: 1}, | 13 {header: 'E.Gemeinde', dataIndex: '', flex: 1}, |
14 {header: 'Ursprungsgemeinde', dataIndex: '', flex: 1}, | 14 {header: 'Ursprungsgemeinde', dataIndex: '', flex: 1}, |