From: hickert Date: Mon, 26 Nov 2007 07:23:29 +0000 (+0000) Subject: Closes #266 removed additional padding from service header in systems X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=49667f903c90f07848e1015fbd4aaf6aeff946d1;p=gosa.git Closes #266 removed additional padding from service header in systems git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7879 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_divListSystemService.inc b/plugins/admin/systems/class_divListSystemService.inc index 041f339b1..9bff2bdf8 100644 --- a/plugins/admin/systems/class_divListSystemService.inc +++ b/plugins/admin/systems/class_divListSystemService.inc @@ -38,15 +38,7 @@ class divListSystemService extends MultiSelectWindow /* Prepare departments, which are shown in the listbox on top of the listbox */ - $options= ""; - foreach ($this->config->idepartments as $key => $value){ - if ($this->selectedBase == $key){ - $options.= ""; - } else { - $options.= ""; - } - } - $listhead = "
". + $listhead = "
". "  ". "  ".