mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
- 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:
@@ -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" >
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
|
||||
// ****
|
||||
|
||||
Reference in New Issue
Block a user