Moved page number, when more than 1 page, on documents down 2 lines.
authorJoe <unknown>
Tue, 10 Feb 2015 07:33:04 +0000 (08:33 +0100)
committerJoe <unknown>
Tue, 10 Feb 2015 07:33:04 +0000 (08:33 +0100)
reporting/includes/header2.inc

index c783c915f44545e397ee514dfd578412727eadd9..c76ae9f60d3161de3c0039efe610eaac88a29838 100644 (file)
                $this->NewLine();
                $this->Text($mcol + 100, $this->formData['document_name']);
                $this->Text($mcol + 180, $this->formData['document_number']);
-
+               $this->NewLine(2);
+       
                if ($this->pageNumber > 1)
-                       $this->Text($this->endLine - 35, _("Page") . ' ' . $this->pageNumber);
+                       $this->Text($mcol + 180, _("Page") . ' ' . $this->pageNumber);
                $this->row = $iline1 - $this->lineHeight;
                $this->fontSize -= 4;
                $this->Text($ccol, $Addr1['title'], $icol);