Anpassungen Zuweisungsschreiben
This commit is contained in:
@ -603,7 +603,7 @@ $pos=$pdf->GetY()+6.0;
|
||||
$pdf->SetFont('Arial', '', 10);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(168, 4.8, "Mit freundlichen Grüßen", 0, 'J');
|
||||
$pdf->MultiCell(168, 4.8, "Freundliche Grüße", 0, 'J');
|
||||
|
||||
|
||||
$pos=$pdf->GetY()+9.1;
|
||||
@ -611,7 +611,7 @@ $pos=$pdf->GetY()+9.1;
|
||||
$pdf->SetFont('Arial', '', 10);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(24);
|
||||
$pdf->MultiCell(168, 4.8, "Corinne Feger", 0, 'J');
|
||||
$pdf->MultiCell(168, 4.8, "gez. Corinne Feger\nStellv. Leitung Servicezentrum Studium & Lehre", 0, 'J');
|
||||
|
||||
$pos=$pdf->GetY()+5.0;
|
||||
|
||||
|
Reference in New Issue
Block a user