Personendetails beim Anlegen von Projektbetreuern anzeigen

This commit is contained in:
Andreas Österreicher
2012-04-19 07:52:42 +00:00
parent 1465d37de3
commit a328d09221
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -1068,7 +1068,7 @@ function StudentProjektbetreuerLoadMitarbeiterDaten()
// ****
function StudentProjektbetreuerNeuePerson()
{
window.open('<?php echo APP_ROOT; ?>vilesci/personen/personen_anlegen.php','Person anlegen','height=600,width=800,left=300,top=300,hotkeys=0,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,dependent=yes');
window.open('<?php echo APP_ROOT; ?>vilesci/personen/personen_anlegen.php','Person anlegen','height=600,width=900,left=300,top=300,hotkeys=0,resizable=yes,status=no,toolbar=no,location=no,menubar=no,dependent=yes');
}
// ****