comparison app/view/proben/List.js @ 357:94884cd8f8c0

Added logic to upload a file to the server.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 16:21:08 +0200
parents b8bd8d9a93ab
children 3bed0373cf50
comparison
equal deleted inserted replaced
356:166203f7119d 357:94884cd8f8c0
33 items: [ 33 items: [
34 { 34 {
35 text: 'Hinzufügen', 35 text: 'Hinzufügen',
36 icon: 'gfx/plus.gif', 36 icon: 'gfx/plus.gif',
37 action: 'add' 37 action: 'add'
38 },
39 {
40 text: 'Import',
41 icon: 'gfx/plus.gif',
42 action: 'import'
38 } 43 }
39 ] 44 ]
40 } 45 }
41 ]; 46 ];
42 this.columns = []; 47 this.columns = [];

http://lada.wald.intevation.org