Anschrift Kehl geändert, Postfach raus

This commit is contained in:
aschwarz
2024-02-22 10:48:10 +01:00
parent ba7ae70fd2
commit 8c65cbe1e4
12 changed files with 221 additions and 71 deletions

View File

@ -142,8 +142,7 @@ $pdf->MultiCell(47, 3, "$heute_format", 0, 'L');
$pdf->SetFont('Times', '', 9);
$pdf->SetY(44.4);
$pdf->SetX(22.3);
$pdf->MultiCell(80, 3, "Hochschule Kehl - Postfach 1549 - 77675 Kehl", 0, 'L');
$pdf->MultiCell(80, 3, "Hochschule Kehl - Kinzigallee 1 - 77694 Kehl", 0, 'L');
########Kontaktdaten HS Ende #####################

View File

@ -145,7 +145,7 @@ $pdf->MultiCell(47, 3, "$heute_format", 0, 'L');
#$pdf->SetFont('Arial', '', 10);
#$pdf->SetY(44.4);
#$pdf->SetX(22.3);
#$pdf->MultiCell(80, 3, "Hochschule Kehl - Postfach 1549 - 77675 Kehl", 0, 'L');
#$pdf->MultiCell(80, 3, "Hochschule Kehl - Kinzigallee 1 - 77694 Kehl", 0, 'L');
########Kontaktdaten HS Ende #####################

View File

@ -421,8 +421,7 @@ $pdf->MultiCell(47, 3, "$heute_format", 0, 'L');
$pdf->SetFont('Times', '', 9);
$pdf->SetY(44.4);
$pdf->SetX(22.3);
$pdf->MultiCell(80, 3, "Hochschule Kehl - Postfach 1549 - 77675 Kehl", 0, 'L');
$pdf->MultiCell(80, 3, "Hochschule Kehl - Kinzigallee 1 - 77694 Kehl", 0, 'L');
########Kontaktdaten HS Ende #####################

View File

@ -421,7 +421,7 @@ $pdf->MultiCell(47, 3, "$heute_format", 0, 'L');
$pdf->SetFont('Times', '', 9);
$pdf->SetY(44.4);
$pdf->SetX(22.3);
$pdf->MultiCell(80, 3, "Hochschule Kehl - Postfach 1549 - 77675 Kehl", 0, 'L');
$pdf->MultiCell(80, 3, "Hochschule Kehl - Kinzigallee 1 - 77694 Kehl", 0, 'L');
########Kontaktdaten HS Ende #####################

View File

@ -421,7 +421,7 @@ $pdf->MultiCell(47, 3, "$heute_format", 0, 'L');
$pdf->SetFont('Times', '', 9);
$pdf->SetY(44.4);
$pdf->SetX(22.3);
$pdf->MultiCell(80, 3, "Hochschule Kehl - Postfach 1549 - 77675 Kehl", 0, 'L');
$pdf->MultiCell(80, 3, "Hochschule Kehl - Kinzigallee 1 - 77694 Kehl", 0, 'L');
########Kontaktdaten HS Ende #####################

View File

@ -339,7 +339,7 @@ $pdf->SetFont('Arial', '', 11);
$pdf->SetY(61.3);
$pdf->SetX(24);
if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){
$pdf->MultiCell(0, 4.5, "Hochschule Kehl\nPostfach 1549\n77675 Kehl", 0, 'L');
$pdf->MultiCell(0, 4.5, "Hochschule Kehl\nServicezentrum Studium & Lehre\nKinzigallee 1\n77694 Kehl", 0, 'L');
}else{
$pdf->MultiCell(0, 4.5, "Hochschule Ludwigsburg\nZulassungsamt\nReuteallee 36\n71634 Ludwigsburg", 0, 'L');
}