From ed8e0c00ecf500ff38b1dbeedd148f8a6862db6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 4 Aug 2008 15:11:18 +0000 Subject: [PATCH] =?UTF-8?q?-=20Patch=20f=C3=BCr=20Diplomasupplement=20-=20?= =?UTF-8?q?Beim=20LVPlan=20auf=20der=20CIS=20k=C3=B6nnen=20jetzt=20die=20V?= =?UTF-8?q?erb=C3=A4nde=20'V'=20und=20'F'=20ausgew=C3=A4hlt=20werden=20(f?= =?UTF-8?q?=C3=BCr=20Vollzeit/Fernlehre)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lvplan/index.php | 2 ++ content/student/studentoverlay.js.php | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cis/private/lvplan/index.php b/cis/private/lvplan/index.php index 422c5f96c..1f63642f1 100644 --- a/cis/private/lvplan/index.php +++ b/cis/private/lvplan/index.php @@ -155,6 +155,8 @@ function MM_jumpMenu(targ,selObj,restore){ //v3.0 + + diff --git a/content/student/studentoverlay.js.php b/content/student/studentoverlay.js.php index e3724ca27..74f5bcdf9 100644 --- a/content/student/studentoverlay.js.php +++ b/content/student/studentoverlay.js.php @@ -4011,6 +4011,7 @@ function StudentCreateDiplSupplement() var col = tree.columns ? tree.columns["student-treecol-uid"] : "student-treecol-uid"; var uid=tree.view.getCellText(v,col); paramList += ';'+uid; + stg_kz=getTreeCellText(tree,"student-treecol-studiengang_kz", v); } } @@ -4021,7 +4022,7 @@ function StudentCreateDiplSupplement() } //PDF erzeugen - window.open('content/pdfExport.php?xml=diplomasupplement.xml.php&xsl=DiplSupplement&uid='+paramList,'DiplomaSupplement', '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=diplomasupplement.xml.php&xsl=DiplSupplement&xsl_stg_kz='+stg_kz+'&uid='+paramList,'DiplomaSupplement', 'height=200,width=350,left=0,top=0,hotkeys=0,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,dependent=yes'); } // ****