First draft for aliquote reduction

This commit is contained in:
Andreas Moik
2016-03-03 17:00:32 +01:00
parent 2c2ad752a7
commit 5501cdbecd
11 changed files with 2055 additions and 1529 deletions
+960 -953
View File
File diff suppressed because it is too large Load Diff
+8
View File
@@ -1300,6 +1300,14 @@ function ExtrasShowProjektarbeitsabgaben()
window.open('<?php echo APP_ROOT ?>vilesci/lehre/abgabe_assistenz_frameset.php?stg_kz='+studiengang_kz,'Projektarbeitsabgaben','');
}
// ****
// * Zeigt HTML Seite für die Aliquote Reduktion
// ****
function ExtrasShowAliquote_reduktion()
{
window.open('<?php echo APP_ROOT ?>vilesci/personen/aliquote_reduktion.php','Aliquote Reduktion','');
}
// ****
// * Zeigt HTML Seite zur Bearbeitung der Gruppen an
// ****