- Patch für Diplomasupplement

- Beim LVPlan auf der CIS können jetzt die Verbände 'V' und 'F' ausgewählt werden (für Vollzeit/Fernlehre)
This commit is contained in:
Andreas Österreicher
2008-08-04 15:11:18 +00:00
parent ebbae0094f
commit ed8e0c00ec
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -155,6 +155,8 @@ function MM_jumpMenu(targ,selObj,restore){ //v3.0
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
<option value="F">F</option>
<option value="V">V</option>
</select>
</td>
<td valign="middle" >
+2 -1
View File
@@ -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('<?php echo APP_ROOT; ?>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('<?php echo APP_ROOT; ?>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');
}
// ****