Anpassungen Zuweisungsschreiben

This commit is contained in:
aschwarz
2024-04-23 08:50:22 +02:00
parent 842aeb3418
commit 9504f94044
11 changed files with 35 additions and 54 deletions

View File

@ -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;

View File

@ -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;