From deac817741bb3c7dd89f2d118abbd71c9b515793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 22 Apr 2008 13:39:35 +0000 Subject: [PATCH] --- content/student/studentoverlay.js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/student/studentoverlay.js.php b/content/student/studentoverlay.js.php index 9e70c604a..1d918b898 100644 --- a/content/student/studentoverlay.js.php +++ b/content/student/studentoverlay.js.php @@ -2404,6 +2404,7 @@ function StudentCreateZeugnis() } //Studiensemester holen var ss = getStudiensemester(); + var xsl_stg_kz = document.getElementById('student-prestudent-menulist-studiengang_kz').value if(paramList.replace(";",'')=='') { @@ -2412,7 +2413,7 @@ function StudentCreateZeugnis() } //PDF erzeugen - window.open('content/pdfExport.php?xml=zeugnis.rdf.php&xsl=Zeugnis&uid='+paramList+'&ss='+ss,'Zeugnis', 'height=200,width=350,left=0,top=0,hotkeys=0,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,dependent=yes'); + window.open('content/pdfExport.php?xml=zeugnis.rdf.php&xsl=Zeugnis&uid='+paramList+'&ss='+ss+'&xsl_stg_kz='+xsl_stg_kz,'Zeugnis', 'height=200,width=350,left=0,top=0,hotkeys=0,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,dependent=yes'); } // ****