From: hickert Date: Mon, 22 May 2006 05:36:11 +0000 (+0000) Subject: Move reference tab to last position X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e7c2361bbdde6ed817e4cf35d96693aaf82609eb;p=gosa.git Move reference tab to last position git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3474 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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(){