Reports : added the ability to output arbitrary HTML code on top of the report.

skala
jkbockstael 14 years ago
parent af7952f156
commit 0b039a754b
  1. 3
      main/reports/reports.php

@ -115,6 +115,9 @@ if (is_array($reports_template[$_REQUEST['type']])) {
}
if ($_REQUEST['format'] == 'html' || $_REQUEST['format'] == 'directlink') {
if (isset($reports_template[$_REQUEST['type']['html_header']])) {
echo $reports_template[$_REQUEST['type']['html_header']];
}
echo '<script type="text/javascript" charset="utf-8">
$(document).ready(function() {

Loading…
Cancel
Save