From 0b966ac7836b448ebb2986c92c84ee790f7f3547 Mon Sep 17 00:00:00 2001 From: aschwarz Date: Thu, 25 Apr 2024 10:16:24 +0200 Subject: [PATCH] =?UTF-8?q?Schriftgr=C3=B6=C3=9Fe=20Praxsisstellen=20verkl?= =?UTF-8?q?einert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/praxisstellen_admin.php | 4 ++-- stud/prints/praxisstellen_neu.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/praxisstellen_admin.php b/admin/praxisstellen_admin.php index 80dedd2..c856c10 100755 --- a/admin/praxisstellen_admin.php +++ b/admin/praxisstellen_admin.php @@ -378,8 +378,8 @@ $pdf->SetY(120); $header_type[0]['WIDTH'] = 6; $header_type[1]['WIDTH'] = 60; - $header_type[2]['WIDTH'] = 64; - $header_type[3]['WIDTH'] = 35; + $header_type[2]['WIDTH'] = 70; + $header_type[3]['WIDTH'] = 29; $header_type[0]['TEXT'] = ""; $header_type[1]['TEXT'] = "Ausbildungsstelle Anschrift"; diff --git a/stud/prints/praxisstellen_neu.php b/stud/prints/praxisstellen_neu.php index a36af1b..2e3d298 100755 --- a/stud/prints/praxisstellen_neu.php +++ b/stud/prints/praxisstellen_neu.php @@ -91,9 +91,9 @@ $pdf->SetY(120); for($i=0; $i<$columns; $i++) $header_type[$i] = $table_default_header_type; $header_type[0]['WIDTH'] = 6; - $header_type[1]['WIDTH'] = 50; - $header_type[2]['WIDTH'] = 74; - $header_type[3]['WIDTH'] = 35; + $header_type[1]['WIDTH'] = 60; + $header_type[2]['WIDTH'] = 70; + $header_type[3]['WIDTH'] = 29; $header_type[0]['TEXT'] = ""; $header_type[1]['TEXT'] = "Ausbildungsstelle Anschrift";