Code

Move acl-tab to the right
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 20 Nov 2006 10:03:47 +0000 (10:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 20 Nov 2006 10:03:47 +0000 (10:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5160 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/tabs_ogroups.inc

index 0b5fcb9f26020d2b8e918b70b4f0e3ba4b132262..e6bb6720f32079a717ef165a7fe8b743687d273b 100644 (file)
@@ -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'])){