...
This commit is contained in:
parent
b27f31d1ff
commit
64f90462b3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue