From 81caa7906be5462f8310795badc3a77f8ed476dd Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 14 Jul 2006 06:15:25 +0000 Subject: [PATCH] Added additional acls to department generic git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4146 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../departments/class_departmentGeneric.inc | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc index 525e9d245..6e1f962f1 100644 --- a/plugins/admin/departments/class_departmentGeneric.inc +++ b/plugins/admin/departments/class_departmentGeneric.inc @@ -522,19 +522,23 @@ class department extends plugin } + /* Return plugin informations for acl handling */ function plInfo() { - return (array("plDescription" => _("Departments"), - "plSelfModify" => FALSE, - "plDepends" => array("objectClass" => "gosaDepartment", "description" => _("Departments")), - "description" => _("Description"), - "c" => _("Country"), - "l" => _("Location"), - "telephoneNumber" => _("Telephone"), - "ou" => _("Department name") )); + return (array("plDescription" => _("Departments"), + "plSelfModify" => FALSE, + "plDepends" => array("objectClass" => "gosaDepartment", "description" => _("Departments")), + "description" => _("Description"), + "c" => _("Country"), + "l" => _("Location"), + "telephoneNumber" => _("Telephone"), + "ou" => _("Department name"), + "businessCategory" => _("Category"), + "st" => _("State"), + "postalAddress" => _("Address"), + "gosaUnitTag" => _("Administrative settings"), + "facsimileTelephoneNumber" => _("Fax"))); } - - } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?> -- 2.30.2