summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 91b9be4)
raw | patch | inline | side by side (parent: 91b9be4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Oct 2010 09:21:42 +0000 (09:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Oct 2010 09:21:42 +0000 (09:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20078 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/ConfigManagement/class_DeviceConfig.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/ConfigManagement/class_DeviceConfig.inc b/gosa-plugins/goto/admin/ConfigManagement/class_DeviceConfig.inc
index b6b28d0ca4e28b7aff32e11a9483c5267954c586..aecc3d3d8e212da7fd3a7a4189b1c696cbca0006 100644 (file)
/*! \brief A GOsa plugin which generates a device configuration dialog
*/
-class DeviceConfig extends management
+class ConfigManagement extends management
{
// Used to render the item-configuration dialog
{
return($this->rootItemID);
}
+
+
+ public static function plInfo()
+ {
+ return (array(
+ "plShortName" => _("Config management"),
+ "plDescription" => _("Config management"),
+ "plSelfModify" => FALSE,
+ "plDepends" => array(),
+ "plPriority" => 0,
+ "plSection" => array("administration"),
+ "plCategory" => array(
+ "ConfigManagement" => array("description" => _("Config management"),
+ "objectClass" => "FAKE_OC_ConfigManagement")),
+ "plProvidedAcls"=> array()
+ ));
+ }
}
?>