...
This commit is contained in:
parent
f791276987
commit
18e0f31dbb
|
@ -56,7 +56,6 @@ $tcpdf->SetAutoPageBreak( true, 20);
|
||||||
$tcpdf->writeHTML('<br/><br/><h1>'.$application['DreamjobJobApplication']['subject'].'</h1><br/>'.$application['DreamjobJobApplication']['text']);
|
$tcpdf->writeHTML('<br/><br/><h1>'.$application['DreamjobJobApplication']['subject'].'</h1><br/>'.$application['DreamjobJobApplication']['text']);
|
||||||
|
|
||||||
//Lebenslauf
|
//Lebenslauf
|
||||||
$tcpdf->SetAutoPageBreak( true, 20);
|
|
||||||
$tcpdf->title=__('dreamjob.cv');
|
$tcpdf->title=__('dreamjob.cv');
|
||||||
$tcpdf->AddPage();
|
$tcpdf->AddPage();
|
||||||
$tcpdf->SetY(35);
|
$tcpdf->SetY(35);
|
||||||
|
|
Loading…
Reference in New Issue