comparison app/view/proben/List.js @ 380:eb79d9bf3929

Added an export button to trigger export action for a selected (single) probe
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 27 Aug 2013 10:14:30 +0200
parents 832e3c8f9191
children d1bb925bb5f5
comparison
equal deleted inserted replaced
379:0fa48c66cf7d 380:eb79d9bf3929
26 }, 26 },
27 { 27 {
28 text: 'Import', 28 text: 'Import',
29 icon: 'gfx/plus.gif', 29 icon: 'gfx/plus.gif',
30 action: 'import' 30 action: 'import'
31 },
32 {
33 text: 'Export',
34 icon: 'gfx/document-save-as-6.png',
35 action: 'export'
31 } 36 }
32 ] 37 ]
33 } 38 }
34 ]; 39 ];
35 this.columns = []; 40 this.columns = [];

http://lada.wald.intevation.org