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)
committerKathy Lussier <klussier@masslnc.org>
Tue, 22 Nov 2016 19:10:03 +0000 (14:10 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
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>";