Adding header in all pages in a PDF document see BT#2741

skala
Julio Montoya 14 years ago
parent 331ea40b23
commit 7c223da225
  1. 2
      main/inc/lib/export.lib.inc.php

@ -158,7 +158,7 @@ class Export {
<tr><td width="100%" style="text-align: center;" class="title" colspan="4"><h1>'.$header.'</h1></td></tr></table><br />';
$html .= $description.'<br />';
$table = new HTML_Table(array('class' => 'data_table'));
$table = new HTML_Table(array('class' => 'data_table', 'repeat_header' => '1'));
$row = 0;
$column = 0;
foreach ($headers as $header) {

Loading…
Cancel
Save