mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 19:57:03 +02:00
download audit log in csv
This commit is contained in:
@ -101,6 +101,11 @@
|
||||
<?php if($page < $total_pages) { ?> <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 } ?>
|
||||
|
||||
<?php } else { print $text_none_found; } ?>
|
||||
|
||||
<?php if($n > 0) { ?>
|
||||
<a href="index.php?route=audit/download"><button class="btn btn-small btn-inverse">Export CSV</button></a>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user