diff --git a/include/tw/abgabe_lektor_benotung.php b/include/tw/abgabe_lektor_benotung.php index d29abbeae..b71a8035a 100644 --- a/include/tw/abgabe_lektor_benotung.php +++ b/include/tw/abgabe_lektor_benotung.php @@ -120,8 +120,7 @@ else $pdf->SetXY(30,30); //Logo - $pdf->Image("../../skin/images/logo.jpg","430","25","120","35","jpg",""); - //$pdf->Image("../../../skin/images/tw_logo_02.jpg","400","30","116","43","jpg",""); + $pdf->Image("../../skin/images/logo.jpg","400","25","160","54","jpg",""); $pdf->SetFont('Arial','',12); $pdf->SetFillColor(190,190,190); @@ -390,7 +389,14 @@ else $pdf->MultiCell(53,12,$summe2,1,'C',0); //Feld Umrechnung Punkte=>Note $pdf->SetFont('Arial','',7); - $maxY=705; + if($stgtyp=='Bachelor') + { + $maxY=680; + } + else + { + $maxY=705; + } $maxX=160; $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(80,12,'0 - 50 Punkte = 5',1,'C',0); @@ -576,7 +582,7 @@ else
'; $htmlstr = "| 0 - 50 Punkte = 5 | 51 - 64 Punkte = 4 | 65 - 77 Punkte = 3 | 78 - 90 Punkte = 2 | 91 - 100 Punkte = 1 |
| Ein Kriterium mit weniger als 50 Punkten ⇒ Diplomarbeit gesamt negativ | ||||