diff --git a/include/tw/abgabe_lektor_benotung.php b/include/tw/abgabe_lektor_benotung.php
index 63540a616..59e87dc81 100644
--- a/include/tw/abgabe_lektor_benotung.php
+++ b/include/tw/abgabe_lektor_benotung.php
@@ -115,12 +115,16 @@ else
$summe2=(isset($_POST['summe2'])?$_POST['summe2']:'');
$note=(isset($_POST['note'])?$_POST['note']:'');
$ende=(isset($_POST['ende'])?$_POST['ende']:'');
+ $titelpre=(isset($_POST['titelpre'])?$_POST['titelpre']:'');
+ $titelpost=(isset($_POST['titelpost'])?$_POST['titelpost']:'');
$qualitaet=mb_convert_encoding(trim($qualitaet),'ISO-8859-15','UTF-8');
$form=mb_convert_encoding(trim($form),'ISO-8859-15','UTF-8');
$hintergrund=mb_convert_encoding(trim($hintergrund),'ISO-8859-15','UTF-8');
$autor=mb_convert_encoding(trim($autor),'ISO-8859-15','UTF-8');
$titel=mb_convert_encoding(trim($titel),'ISO-8859-15','UTF-8');
+ $titelpre=mb_convert_encoding(trim($titelpre),'ISO-8859-15','UTF-8');
+ $titelpost=mb_convert_encoding(trim($titelpost),'ISO-8859-15','UTF-8');
//Ausdruck generieren
@@ -194,7 +198,7 @@ else
$pdf->MultiCell(80,14,'Autor',1,'L',0);
$maxX +=80;
$pdf->SetXY($maxX,$maxY);
- $pdf->MultiCell(291,14,$autor,1,'L',0);
+ $pdf->MultiCell(291,14,trim($titelpre." ".$autor." ".$titelpost),1,'L',0);
$maxX +=291;
$pdf->SetXY($maxX,$maxY);
$pdf->MultiCell(159,14,trim('Personenkz.: '),1,'L',0);
@@ -684,7 +688,7 @@ else
$htmlstr = "
";
$htmlstr .= "