summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 80fbbe3)
raw | patch | inline | side by side (parent: 80fbbe3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 20 Nov 2006 10:03:47 +0000 (10:03 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 0b5fcb9f26020d2b8e918b70b4f0e3ba4b132262..e6bb6720f32079a717ef165a7fe8b743687d273b 100644 (file)
$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'])){