Code

Move reference tab to last position
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 May 2006 05:36:11 +0000 (05:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 May 2006 05:36:11 +0000 (05:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3474 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/tabs_ogroups.inc

index e23e75bd6c213040de6e4845458b774fe8ec3dce..4e989dc52e41a5fa8b9a62449947d576923ba8f5 100644 (file)
@@ -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(){