X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Fclass_divListSystemService.inc;h=7f86a278bd4881c916530dd20610dd5faabd1663;hb=ecabf2056dc1350d73115d5fa226676be30017d6;hp=f50af48dad5462f96c3da124877a1dcd5d9655a0;hpb=8bdb0d3a07fea3fd6fcd005114d80e6bc813b0ad;p=gosa.git diff --git a/plugins/admin/systems/class_divListSystemService.inc b/plugins/admin/systems/class_divListSystemService.inc index f50af48da..7f86a278b 100644 --- a/plugins/admin/systems/class_divListSystemService.inc +++ b/plugins/admin/systems/class_divListSystemService.inc @@ -8,7 +8,7 @@ class divListSystemService extends MultiSelectWindow function divListSystemService ($config,$parent) { - MultiSelectWindow::MultiSelectWindow($config,"SystemService"); + MultiSelectWindow::MultiSelectWindow($config,"SystemService", "server"); $this->parent = $parent; $this->ui = get_userinfo(); @@ -47,14 +47,14 @@ class divListSystemService extends MultiSelectWindow } } $listhead = "
". - "  ". "  ". - "  ". - "  ". - "  ". "
"; $this->SetListHeader($listhead); @@ -68,6 +68,7 @@ class divListSystemService extends MultiSelectWindow function setEntries($list) { + $tmp = array(); foreach($list as $name => $entry){ $tmp[$name] = $entry['Message']; }