From e20a9f815b6fff5da02ce642afeaff211c60648c Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 1 Oct 2009 12:30:53 +0000 Subject: [PATCH] Changed menu order git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14441 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../class_departmentManagement.inc | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gosa-core/plugins/admin/departments/class_departmentManagement.inc b/gosa-core/plugins/admin/departments/class_departmentManagement.inc index 396f7f0a3..5b50389e7 100644 --- a/gosa-core/plugins/admin/departments/class_departmentManagement.inc +++ b/gosa-core/plugins/admin/departments/class_departmentManagement.inc @@ -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"; -- 2.30.2