CSV Download Button für Statistiken hinzugefügt

This commit is contained in:
oesi
2015-09-10 23:55:57 +02:00
parent a0ef46b4a7
commit d5dfd025fd
+2 -2
View File
@@ -99,7 +99,7 @@ switch ($outputformat)
</script>
</head>
<body>
<h2>Statistik - <?php echo $statistik->bezeichnung ?></h2>
<h2>Statistik - <?php echo $statistik->bezeichnung ?> - <a href="statistik_sql.php?statistik_kurzbz=<?php echo $statistik_kurzbz?>&outputformat=csv">CSV Download</a></h2>
<?php echo $statistik->getHtmlTable('myTable', 'tablesorter'); ?>
</body>
</html>
</html>