This commit is contained in:
Andreas Österreicher
2008-06-03 15:49:50 +00:00
parent be8208eea5
commit b8a5efcbdc
12 changed files with 170 additions and 15 deletions
+9
View File
@@ -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
// ****