download audit log in csv

This commit is contained in:
SJ
2013-08-02 16:33:14 +02:00
parent a35ef4be57
commit 46a6110d50
7 changed files with 105 additions and 16 deletions

View File

@ -101,6 +101,11 @@
<?php if($page < $total_pages) { ?> &nbsp; <a href="#" class="navlink" onclick="Piler.navigation(<?php print $total_pages; ?>);"><i class="icon-double-angle-right icon-large"></i></a><?php } else { ?> <span class="navlink"><i class="icon-double-angle-right icon-large"></i></span><?php } ?>
&nbsp;
<?php } else { print $text_none_found; } ?>
<?php if($n > 0) { ?>
&nbsp; <a href="index.php?route=audit/download"><button class="btn btn-small btn-inverse">Export CSV</button></a>
<?php } ?>
</div>
</div>