This commit is contained in:
Martin Müller 2014-04-30 00:19:24 +02:00
parent 71ecda4e0e
commit d4cdc3b2c8
1 changed files with 3 additions and 3 deletions

View File

@ -53,12 +53,12 @@ $tcpdf->SetY(60);
$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->Cell(0,5, '', 0,1,'L');
$tcpdf->SetAutoPageBreak( true, 55);
$tcpdf->Cell(0,10, '', 0,1,'L');
$tcpdf->SetAutoPageBreak( true, 50);
$tcpdf->writeHTML('<h1>'.$application['DreamjobJobApplication']['subject'].'</h1><br/>'.$application['DreamjobJobApplication']['text']);
//Lebenslauf
$tcpdf->SetAutoPageBreak( true, 55);
$tcpdf->SetAutoPageBreak( true, 50);
$tcpdf->title=__('dreamjob.cv');
$tcpdf->AddPage();
$tcpdf->SetY(35);