Code

Changed menu order
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Oct 2009 12:30:53 +0000 (12:30 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Oct 2009 12:30:53 +0000 (12:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14441 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/class_departmentManagement.inc

index 396f7f0a30012eba9c579d966007174af228dba8..5b50389e7a0c56b963d73b236819b47d98813b7a 100644 (file)
@@ -543,21 +543,9 @@ class departmentManagement extends plugin
    */
   public static function get_support_departments()
   {
-    /* Domain component 
-     */
-    $types = array();
-    $types['dcObject']['ACL']     = "dcObject";
-    $types['dcObject']['CLASS']   = "dcObject";
-    $types['dcObject']['ATTR']    = "dc";
-    $types['dcObject']['TAB']     = "DCOBJECT_TABS";
-    $types['dcObject']['OC']      = "dcObject";
-    $types['dcObject']['IMG']     = "plugins/departments/images/dc.png";
-    $types['dcObject']['IMG_FULL']= "plugins/departments/images/dc.png";
-    $types['dcObject']['TITLE']   = _("Domain Component");
-    $types['dcObject']['TPL']     = "dcObject.tpl";
-
     /* Domain 
      */ 
+    $types = array();
     $types['domain']['ACL']     = "domain"; 
     $types['domain']['CLASS']   = "domain"; 
     $types['domain']['ATTR']    = "dc"; 
@@ -568,6 +556,18 @@ class departmentManagement extends plugin
     $types['domain']['TITLE']   = _("Domain"); 
     $types['domain']['TPL']     = "domain.tpl"; 
 
+    /* Domain component 
+     */
+    $types['dcObject']['ACL']     = "dcObject";
+    $types['dcObject']['CLASS']   = "dcObject";
+    $types['dcObject']['ATTR']    = "dc";
+    $types['dcObject']['TAB']     = "DCOBJECT_TABS";
+    $types['dcObject']['OC']      = "dcObject";
+    $types['dcObject']['IMG']     = "plugins/departments/images/dc.png";
+    $types['dcObject']['IMG_FULL']= "plugins/departments/images/dc.png";
+    $types['dcObject']['TITLE']   = _("Domain Component");
+    $types['dcObject']['TPL']     = "dcObject.tpl";
+
     /* Country object
      */
     $types['country']['ACL']     = "country";