From e7c2361bbdde6ed817e4cf35d96693aaf82609eb Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 22 May 2006 05:36:11 +0000 Subject: [PATCH] Move reference tab to last position git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3474 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 e23e75bd6..4e989dc52 100644 --- a/plugins/admin/ogroups/tabs_ogroups.inc +++ b/plugins/admin/ogroups/tabs_ogroups.inc @@ -99,6 +99,13 @@ class ogrouptabs extends tabs $this->by_object['workservice']->parent= &$this; } } + + /* Move reference tab to last position*/ + if(isset($this->by_name['reference'])){ + $tmp = $this->by_name['reference']; + unset($this->by_name['reference']); + $this->by_name['reference'] = $tmp; + } } function execute(){ -- 2.30.2