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