[% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Report/log files [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Report/log files

[% IF ( error_no_dir ) %]
Error: Report/log files could not be found because the "access_dir" option was not set in "koha-conf.xml". Contact your system administrator to add this option.
[% ELSE %] [% IF ( files_loop ) %] [% FOREACH file IN files_loop %] [% END %]
Name Size (bytes) Date last modified
[% file.name %] [% file.size %] [% file.date %]
[% ELSE %] No file found. [% END %] [% END %]
[% INCLUDE 'tools-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]