summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 173ac7b)
raw | patch | inline | side by side (parent: 173ac7b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 May 2006 05:36:11 +0000 (05:36 +0000) | ||
committer | hickert <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 | patch | blob | history |
index e23e75bd6c213040de6e4845458b774fe8ec3dce..4e989dc52e41a5fa8b9a62449947d576923ba8f5 100644 (file)
$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(){