From 505e0b3a6ee9a0fe22add05dc7f8343220adcaa3 Mon Sep 17 00:00:00 2001 From: aschwarz Date: Tue, 23 Apr 2024 11:56:44 +0200 Subject: [PATCH] Seitenzahlen aus Anschreiben entfernt --- .../zuweisung_erstantrag_praxisstelle.php | 8 ++++---- admin/anschreiben_kehl/zuweisung_erstantrag_student.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/admin/anschreiben_kehl/zuweisung_erstantrag_praxisstelle.php b/admin/anschreiben_kehl/zuweisung_erstantrag_praxisstelle.php index bde89b7..2ca7e38 100755 --- a/admin/anschreiben_kehl/zuweisung_erstantrag_praxisstelle.php +++ b/admin/anschreiben_kehl/zuweisung_erstantrag_praxisstelle.php @@ -435,10 +435,10 @@ $pdf->MultiCell(168, 3.9, "gez. Corinne Feger\nStellv. Leitung Servicezentrum St -$pdf->SetFont('Arial', '', 8); -$pdf->SetY(280); -$pdf->SetX(24); -$pdf->MultiCell(173, 3.9, "Seite 1 von 3", 0, 'R'); +#$pdf->SetFont('Arial', '', 8); +#$pdf->SetY(280); +#$pdf->SetX(24); +#$pdf->MultiCell(173, 3.9, "Seite 1 von 3", 0, 'R'); #$pdf->SetFont('Times', '', 10); diff --git a/admin/anschreiben_kehl/zuweisung_erstantrag_student.php b/admin/anschreiben_kehl/zuweisung_erstantrag_student.php index 4f79560..c42ae0d 100755 --- a/admin/anschreiben_kehl/zuweisung_erstantrag_student.php +++ b/admin/anschreiben_kehl/zuweisung_erstantrag_student.php @@ -515,10 +515,10 @@ $pdf->MultiCell(168, 3.9, "gez. Corinne Feger\nStellv. Leitung Servicezentrum St -$pdf->SetFont('Arial', '', 8); -$pdf->SetY(280); -$pdf->SetX(24); -$pdf->MultiCell(173, 3.9, "Seite 1 von 4", 0, 'R'); +#$pdf->SetFont('Arial', '', 8); +#$pdf->SetY(280); +#$pdf->SetX(24); +#$pdf->MultiCell(173, 3.9, "Seite 1 von 4", 0, 'R'); $pagecount = $pdf->setSourceFile("anschreiben_kehl/anlage_erstantrag_student_2024.pdf"); $tplidx1 = $pdf->ImportPage(1);