! -> Note
$ -> Affected files
+09-Dec-2008 Joe Hunt
+# Bug in document right-margin when more than 1 page.
+$ /reporting/includes/header2.inc
+
08-Dec-2008 Janusz Dobrowolski
+ Added helpers for list editor F4 calls.
$ /includes/ui/ui_controls.inc
$this->row = $iline5 - $this->lineHeight - 1;
$this->Font('bold');
$count = count($this->headers);
- if (user_pagesize() == "Letter")
- $this->cols[$count] += 40;
- else
- $this->cols[$count] += 5;
+ $this->cols[$count] = $right - 3;
for ($i = 0; $i < $count; $i++)
$this->TextCol($i, $i + 1, $this->headers[$i], -2);
$this->Font();