mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
This commit is contained in:
@@ -3966,6 +3966,15 @@ function StudentSendMailPrivat()
|
||||
}
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Oeffnet ein Fenster mit den Details der gesamten Person
|
||||
// ****
|
||||
function StudentShowPersonendetails()
|
||||
{
|
||||
person_id = document.getElementById('student-detail-textbox-person_id').value;
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/personen/personendetails.php?id='+person_id,'Personendetails','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Erstellt das Diploma Supplement fuer einen oder mehrere Studenten
|
||||
// ****
|
||||
|
||||
Reference in New Issue
Block a user