From fbe4cc30ef633a52003e74cc0e3d407b786e31a4 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 1 Jun 2006 09:12:07 +0000 Subject: [PATCH] Added summary tab to ogroups git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3604 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/ogroups/tabs_ogroups.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/admin/ogroups/tabs_ogroups.inc b/plugins/admin/ogroups/tabs_ogroups.inc index 40ddff878..5083c6342 100644 --- a/plugins/admin/ogroups/tabs_ogroups.inc +++ b/plugins/admin/ogroups/tabs_ogroups.inc @@ -45,6 +45,9 @@ class ogrouptabs extends tabs $this->by_object['workstartup']->remove_from_parent(); unset($this->by_object['workstartup']); unset($this->by_name['workstartup']); + $this->by_object['faiSummary']->remove_from_parent(); + unset($this->by_object['faiSummary']); + unset($this->by_name['faiSummary']); } /* Create goPhoneAccount if theres an user with goPhoneAccount @@ -101,6 +104,10 @@ class ogrouptabs extends tabs $this->by_object['workservice']->acl = "#all#"; $this->by_object['workservice']->inheritTimeServer = false; $this->by_object['workservice']->parent= &$this; + $this->by_name['faiSummary']= _("Summary"); + $this->by_object['faiSummary']= new faiSummaryTab($this->config, $this->dn); + $this->by_object['faiSummary']->acl = "#all#"; + $this->by_object['faiSummary']->parent= &$this; } } -- 2.30.2