This commit is contained in:
Martin Müller 2014-04-30 00:17:31 +02:00
parent b27f31d1ff
commit 64f90462b3
1 changed files with 3 additions and 3 deletions

View File

@ -54,12 +54,12 @@ $tcpdf->Cell(0,0, $application['AppUser']['nickname'], 0,1,'L');
$tcpdf->Cell(0,0, $application['DreamjobUser']['street'], 0,1,'L');
$tcpdf->Cell(0,0, $application['DreamjobUser']['postcode'].' '.$application['DreamjobListCity']['name'], 0,1,'L');
//$tcpdf->SetY(85);
$tcpdf->SetAutoPageBreak( true, 50);
$tcpdf->SetY(85);
$tcpdf->SetAutoPageBreak( true, 55);
$tcpdf->writeHTML('<h1>'.$application['DreamjobJobApplication']['subject'].'</h1><br/>'.$application['DreamjobJobApplication']['text']);
//Lebenslauf
$tcpdf->SetAutoPageBreak( true, 50);
$tcpdf->SetAutoPageBreak( true, 55);
$tcpdf->title=__('dreamjob.cv');
$tcpdf->AddPage();
$tcpdf->SetY(35);