From: hickert Date: Fri, 14 Jul 2006 06:15:25 +0000 (+0000) Subject: Added additional acls to department generic X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=81caa7906be5462f8310795badc3a77f8ed476dd;p=gosa.git Added additional acls to department generic git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4146 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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: ?>