From 09b18eda5340b644da3fbd284c0a8d46f1bc9331 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 15 Jan 2004 16:19:10 +0000 Subject: [PATCH] removed "user information" --- lam-0.4/lib/pdf.inc | 5 +---- lam/lib/pdf.inc | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/lam-0.4/lib/pdf.inc b/lam-0.4/lib/pdf.inc index d3f2fb7b..e9621840 100644 --- a/lam-0.4/lib/pdf.inc +++ b/lam-0.4/lib/pdf.inc @@ -69,9 +69,6 @@ function createUserPDF($accounts) { } // Split string in array $info_array = explode("\n", $info_string); - $pdfFile->setFont("arial","B",12); - $pdfFile->Write(5,"- " . _("User Information") . ":"); - $pdfFile->Ln(6); $pdfFile->setFont("times","",10); foreach ($info_array as $info) $pdfFile->Cell(50,5,$info,0,1,"L",0); @@ -497,7 +494,7 @@ class lamPDF extends FPDF { $this->SetLineWidth(0.8); $this->Line(10,40,200,40); $this->Line(10,42,200,42); - $this->SetY(60); + $this->SetY(50); } // Print page footer diff --git a/lam/lib/pdf.inc b/lam/lib/pdf.inc index d3f2fb7b..e9621840 100644 --- a/lam/lib/pdf.inc +++ b/lam/lib/pdf.inc @@ -69,9 +69,6 @@ function createUserPDF($accounts) { } // Split string in array $info_array = explode("\n", $info_string); - $pdfFile->setFont("arial","B",12); - $pdfFile->Write(5,"- " . _("User Information") . ":"); - $pdfFile->Ln(6); $pdfFile->setFont("times","",10); foreach ($info_array as $info) $pdfFile->Cell(50,5,$info,0,1,"L",0); @@ -497,7 +494,7 @@ class lamPDF extends FPDF { $this->SetLineWidth(0.8); $this->Line(10,40,200,40); $this->Line(10,42,200,42); - $this->SetY(60); + $this->SetY(50); } // Print page footer