From: cajus Date: Fri, 18 Apr 2008 08:09:51 +0000 (+0000) Subject: Switched tabs to show up like in the workstation/servers X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c2cd0e0b59924bddef6fc5094c6d75cf9b240f71;hp=fa4be70e8671fefff0a287eaa9e18f275097052b;p=gosa.git Switched tabs to show up like in the workstation/servers git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10549 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc index 667500672..bcaf0b93f 100644 --- a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc +++ b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc @@ -131,13 +131,6 @@ class ogrouptabs extends tabs } /* Add Workstation tabs */ - if((preg_match("/W/",$objects))&&(!isset($this->by_object['workservice']))){ - $this->by_name['workservice']= _("Devices"); - $this->by_object['workservice']= new workservice($this->config, $this->dn); - $this->by_object['workservice']->inheritTimeServer = false; - $this->by_object['workservice']->parent= &$this; - $this->by_object['workservice']->acl = "#all#"; - } if((preg_match("/S/",$objects) || preg_match("/W/",$objects))&&(!isset($this->by_object['workstartup']))){ $this->by_name['workstartup']= _("Startup"); $this->by_object['workstartup']= new workstartup($this->config, $this->dn); @@ -147,6 +140,13 @@ class ogrouptabs extends tabs $this->by_object['faiSummary']= new faiSummaryTab($this->config, $this->dn); $this->by_object['faiSummary']->parent= &$this; } + if((preg_match("/W/",$objects))&&(!isset($this->by_object['workservice']))){ + $this->by_name['workservice']= _("Devices"); + $this->by_object['workservice']= new workservice($this->config, $this->dn); + $this->by_object['workservice']->inheritTimeServer = false; + $this->by_object['workservice']->parent= &$this; + $this->by_object['workservice']->acl = "#all#"; + } /* Add application tab if user or group is member in this object group*/ if((preg_match("/G/",$objects) || preg_match("/U/",$objects)) && !isset($this->by_name['appgroup'])){