This commit is contained in:
Martin Müller 2014-04-30 00:50:43 +02:00
parent d5ec0e13ae
commit 7d5f486c79
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ $tcpdf->Cell(0,0, $application['DreamjobUserWorker']['street'], 0,1,'R');
$tcpdf->Cell(0,0, $application['DreamjobUserWorker']['postcode'].' '.$application['DreamjobWorkerListCity']['name'], 0,1,'R');
//Anschreiben
$tcpdf->SetAutoPageBreak( true, 20);
$tcpdf->SetAutoPageBreak( true);
$tcpdf->title=__('dreamjob.application.why');
$tcpdf->AddPage();
$tcpdf->SetY(35);

View File

@ -15,7 +15,7 @@ $cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
$dev = 0;
$tcpdf = new XTCPDF();
$tcpdf->SetMargins(25,35,20,25);
$tcpdf->SetMargins(25,35,25,20);
$tcpdf->SetAuthor("Miconware");
$tcpdf->SetAutoPageBreak( false );
@ -40,7 +40,7 @@ $tcpdf->Cell(0,0, $WORKER['DreamjobUser']['street'], 0,1,'R');
$tcpdf->Cell(0,0, $WORKER['DreamjobUser']['postcode'].' '.$WORKER['DreamjobListCity']['name'], 0,1,'R');
//Lebenslauf
$tcpdf->SetAutoPageBreak( true,20);
$tcpdf->SetAutoPageBreak( true);
$tcpdf->title=__('dreamjob.cv');
$tcpdf->AddPage();
$tcpdf->SetY(35);