projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8284edc
)
webstaff: Supply a back link on tabular report output
author
Mike Rylander
<mrylander@gmail.com>
Mon, 12 Sep 2016 15:30:07 +0000
(11:30 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/reporter/clark-kent.pl
b/Open-ILS/src/reporter/clark-kent.pl
index
9fbf602
..
72edf18
100755
(executable)
--- a/
Open-ILS/src/reporter/clark-kent.pl
+++ b/
Open-ILS/src/reporter/clark-kent.pl
@@
-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>";