diff --git a/cis/public/faq_systeminfo.html b/cis/public/faq_systeminfo.html
new file mode 100644
index 000000000..b3e2aee37
--- /dev/null
+++ b/cis/public/faq_systeminfo.html
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+ | |
+
+
+
+
+
+ | |
+
+
+
+ Anbei finden Sie eine Überblickspräsentation über wesentliche Infrastruktureinrichtungen und deren Benutzung an der FH Technikum WIEN.
+
+
+ |
+
+ |
+ |
+
+
+
+
diff --git a/include/tw/cis_menu_main.inc.php b/include/tw/cis_menu_main.inc.php
index 3dc08a6e2..df40efe40 100644
--- a/include/tw/cis_menu_main.inc.php
+++ b/include/tw/cis_menu_main.inc.php
@@ -508,6 +508,10 @@
+
+ | |
+ allgem. Systeminfo |
+
| |
LAN FAQ |
diff --git a/vilesci/stammdaten/lvbgruppenverwaltung.php b/vilesci/stammdaten/lvbgruppenverwaltung.php
index bb1fb8ec1..f365c93b6 100644
--- a/vilesci/stammdaten/lvbgruppenverwaltung.php
+++ b/vilesci/stammdaten/lvbgruppenverwaltung.php
@@ -33,11 +33,11 @@
@@ -196,8 +196,8 @@ if($type=='neu')
}
}
}
-
-// kopieren einer Spez-Gruppe
+
+// kopieren einer Spez-Gruppe
if($type=='copy')
{
if(!$admin)
@@ -205,11 +205,12 @@ if($type=='copy')
if(isset($_POST['copynew']))
{
- //neue Spezialgruppe anlegen
+ //neue Spezialgruppe anlegen
+
$bezeichnung = $_POST['bezeichnung_copy'];
- $gruppe_kurzbz = $_POST["gruppe_kurzbz_copy"];
+ $gruppe_kurzbz = $_POST["gruppe_kurzbz_copy"];
$beschreibung = $_POST['beschreibung_copy'];
$sichtbar = isset($_POST['sichtbar_copy']);
$lehre = isset($_POST['sichtbar_copy']);
@@ -249,11 +250,11 @@ if($type=='copy')
{
echo "Diese Gruppe Existiert bereits: $gruppe_kurzbz";
}
- }
-}
-
-
-
+ }
+}
+
+
+
//Aenderung des Aktiv Status
if($aktiv!='')
@@ -318,7 +319,7 @@ if($type=='save')
{
$gruppe->beschreibung = $_POST['beschreibung'];
$gruppe->sichtbar = isset($_POST['sichtbar']);
- $gruppe->lehre = isset($_POST['sichtbar']);
+ $gruppe->lehre = isset($_POST['lehre']);
$gruppe->aktiv = isset($_POST['aktiv']);
$gruppe->sort = $_POST['sort'];
$gruppe->mailgrp = isset($_POST['mailgrp']);
@@ -522,7 +523,7 @@ if($type=='edit')
echo '';
- echo "Details von $gruppe_kurzbz ";
+ echo " Details von $gruppe_kurzbz ";
echo " ";
-
+ ";
+
if($admin)
- {
+ {
echo "Als neue Gruppe speichern ";
echo " |