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;
|
||||
|
||||
|
@ -157,7 +157,7 @@ $pdf->MultiCell(47, 3, "$heute_format", 0, 'L');
|
||||
$pdf->SetFont('Arial', 'B', 10);
|
||||
$pdf->SetY(103.5);
|
||||
$pdf->SetX(23);
|
||||
$pdf->MultiCell(150, 3, "Änderung der Zuweisung für die praktische Ausbildung;", 0, 'L');
|
||||
$pdf->MultiCell(150, 3, "Änderung der Zuweisung für die praktische Ausbildung", 0, 'L');
|
||||
|
||||
|
||||
######## Betreff Ende ############################
|
||||
@ -632,7 +632,7 @@ $pos=$pdf->GetY()+5.0;
|
||||
$pdf->SetFont('Arial', '', 10);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->MultiCell(170, 4.8, "Mit freundlichen Grüßen", 0, 'J');
|
||||
$pdf->MultiCell(170, 4.8, "Freundliche Grüße", 0, 'J');
|
||||
|
||||
|
||||
$pos=$pdf->GetY()+14.8;
|
||||
@ -640,7 +640,7 @@ $pos=$pdf->GetY()+14.8;
|
||||
$pdf->SetFont('Arial', '', 10);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(23);
|
||||
$pdf->MultiCell(170, 4.8, "Corinne Feger", 0, 'J');
|
||||
$pdf->MultiCell(170, 4.8, "gez. Corinne Feger\nStellv. Leitung Servicezentrum Studium & Lehre", 0, 'J');
|
||||
|
||||
$pos=$pdf->GetY()+5.0;
|
||||
|
||||
|
Reference in New Issue
Block a user