mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 05:39:28 +00:00
CSV Download Button für Statistiken hinzugefügt
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user