webstaff: Supply a back link on tabular report output
authorMike Rylander <mrylander@gmail.com>
Mon, 12 Sep 2016 15:30:07 +0000 (11:30 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 12 Sep 2016 15:31:23 +0000 (11:31 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/reporter/clark-kent.pl

index 9fbf602..72edf18 100755 (executable)
@@ -569,7 +569,7 @@ sub build_html {
                        <link rel="stylesheet" href="/js/sortable/sortable-theme-minimal.css" />
                CSS
 
-               print $raw "</head><body><table class='sortable-theme-minimal' data-sortable>";
+               print $raw "</head><body><a href='report-data.html'>Back to output index</a><br/><table class='sortable-theme-minimal' data-sortable>";
 
                {       no warnings;
                        print $raw "<thead><tr><th>".join('</th><th>', @{$r->{column_labels}})."</th></tr></thead>\n<tbody>";