diff --git a/cis/menu.html b/cis/menu.html index b4aa802dd..3584c5acd 100644 --- a/cis/menu.html +++ b/cis/menu.html @@ -111,6 +111,12 @@ + + +  F & E + + +  Weiterbildung @@ -328,8 +334,18 @@ - - + + diff --git a/cis/private/profile/index.php b/cis/private/profile/index.php index b4a6ae09c..5115e71fe 100644 --- a/cis/private/profile/index.php +++ b/cis/private/profile/index.php @@ -1,6 +1,7 @@ @technikum-wien.at'> @technikum-wien.at
Alias: @technikum-wien.at diff --git a/cis/public/info/verordnungen/Roboter_Laborordnung.doc b/cis/public/info/verordnungen/Roboter_Laborordnung.doc new file mode 100644 index 000000000..bf9a0cd34 Binary files /dev/null and b/cis/public/info/verordnungen/Roboter_Laborordnung.doc differ diff --git a/content/student/studentprojektarbeit.js.php b/content/student/studentprojektarbeit.js.php index ca2b5091c..8abebfc6e 100644 --- a/content/student/studentprojektarbeit.js.php +++ b/content/student/studentprojektarbeit.js.php @@ -936,4 +936,24 @@ function StudentProjektbetreuerLoadMitarbeiterDaten() } document.getElementById('student-projektbetreuer-textbox-stundensatz').value=stundensatz; +} + +// **** +// * Neuen Projektbetreuer anlegen +// **** +function StudentProjektbetreuerNeuePerson() +{ + window.open('vilesci/personen/personen_anlegen.php','Person anlegen'); +} + +// **** +// * Kontaktdaten eines Betreuers Bearbeiten +// **** +function StudentProjektbetreuerKontaktdaten() +{ + person_id = MenulistGetSelectedValue('student-projektbetreuer-menulist-person'); + if(person_id!='') + window.open('vilesci/personen/kontaktdaten_edit.php?person_id='+person_id,'Kontaktdaten'); + else + alert('Bitte zuerst eine Person auswaehlen'); } \ No newline at end of file diff --git a/content/student/studentprojektarbeitoverlay.xul.php b/content/student/studentprojektarbeitoverlay.xul.php index 52cc70638..80339292b 100644 --- a/content/student/studentprojektarbeitoverlay.xul.php +++ b/content/student/studentprojektarbeitoverlay.xul.php @@ -396,6 +396,8 @@ echo ''; +