diff --git a/cis/menu.html b/cis/menu.html index 404b65ffe..1e8c921e4 100644 --- a/cis/menu.html +++ b/cis/menu.html @@ -427,6 +427,14 @@    SS 2007 + +   +  WS 2007 + + +   +  SS 2008 + @@ -445,7 +453,7 @@ - + diff --git a/cis/private/menu.php b/cis/private/menu.php index 208e1b3f7..b910c1757 100644 --- a/cis/private/menu.php +++ b/cis/private/menu.php @@ -32,7 +32,7 @@ require_once('../../include/lehrveranstaltung.class.php'); if(!$db_conn = pg_pconnect(CONN_STRING)) die('Fehler beim oeffnen der Datenbankverbindung'); -$user=USER_UID; +$user=get_uid(); $rechte=new benutzerberechtigung($db_conn); $rechte->getBerechtigungen($user); @@ -132,7 +132,7 @@ else   - +  Zeitwünsche @@ -140,7 +140,7 @@ else   - +  LV-Übersicht @@ -238,4 +238,4 @@ else - + diff --git a/cis/private/profile/zeitwunsch.php b/cis/private/profile/zeitwunsch.php index 1102995f3..717cb8dd5 100644 --- a/cis/private/profile/zeitwunsch.php +++ b/cis/private/profile/zeitwunsch.php @@ -286,7 +286,7 @@ if(count($zeit->result)>0) $qry = "SELECT vorname || ' ' || nachname as kurzbz FROM public.tbl_mitarbeiter, public.tbl_benutzer, public.tbl_person WHERE tbl_benutzer.uid=tbl_mitarbeiter.mitarbeiter_uid AND tbl_benutzer.person_id=tbl_person.person_id AND mitarbeiter_uid='$row->vertretung_uid'"; $result_vertretung = pg_query($conn, $qry); $row_vertretung = pg_fetch_object($result_vertretung); - $content_table.= "$row->bezeichnung$row->zeitsperretyp_kurzbz$row->vondatum ".($row->vonstunde!=''?'('.$row->vonstunde.')':'')."$row->bisdatum ".($row->bisstunde!=''?'('.$row->bisstunde.')':'')."$row_vertretung->kurzbz$row->erreichbarkeiteditdelete"; + $content_table.= "$row->bezeichnung$row->zeitsperretyp_kurzbz$row->vondatum ".($row->vonstunde!=''?'('.$row->vonstunde.')':'')."$row->bisdatum ".($row->bisstunde!=''?'('.$row->bisstunde.')':'')."".(isset($row_vertretung->kurzbz)?$row_vertretung->kurzbz:'')."$row->erreichbarkeiteditdelete"; } $content_table.= ''; } @@ -411,9 +411,9 @@ $content_form.= ''; $content_form.= ' '; if(isset($_GET['type']) && $_GET['type']=='edit') - $content_form.= ""; + $content_form.= ""; else - $content_form.= ""; + $content_form.= ""; $content_form.= ''; $content_form.= ''; diff --git a/content/ToDo_FASo.html b/content/ToDo_FASo.html index e911058a7..4bf5a76b6 100644 --- a/content/ToDo_FASo.html +++ b/content/ToDo_FASo.html @@ -9,13 +9,8 @@ Die Liste ist in Module geteilt. Innerhalb eines Moduls erfolgt die Auflistung nach Priorität (höchste oben).

Änderungen

@@ -46,9 +41,6 @@ content/statistik/lvplanung.php muss noch erstellt werden) @@ -91,6 +83,26 @@ allen auf einmal setzbar

Erledigte Anforderungen