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