From d4858e2a23b6366b335e7d4d568ed7e30447e988 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 20 Nov 2006 10:03:47 +0000 Subject: [PATCH] Move acl-tab to the right git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5160 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 0b5fcb9f2..e6bb6720f 100644 --- a/plugins/admin/ogroups/tabs_ogroups.inc +++ b/plugins/admin/ogroups/tabs_ogroups.inc @@ -111,6 +111,13 @@ class ogrouptabs extends tabs $this->by_object['faiSummary']->parent= &$this; } } + + /* Move reference tab to second position from right */ + if(isset($this->by_name['acl'])){ + $tmp = $this->by_name['acl']; + unset($this->by_name['acl']); + $this->by_name['acl'] = $tmp; + } /* Move reference tab to last position*/ if(isset($this->by_name['reference'])){ -- 2.30.2