Code

Updated ACLs and set plugin image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 May 2011 06:28:13 +0000 (06:28 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 May 2011 06:28:13 +0000 (06:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20867 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc

index aef5352b3273a3101285ed3c39cf7b95cc2f271d..4436b2125eda9b40608feced1062aa1e0674f98a 100644 (file)
@@ -7,6 +7,7 @@ class newConfigManagement extends plugin
     var $initTime;
     var $plHeadline = "Config management";
     var $plDescription = "Config management";
+    var $plIcon = "plugins/goto/images/ConfigManagement.png";
 
     var $selectedContainer;
 
@@ -31,7 +32,6 @@ class newConfigManagement extends plugin
         $this->config = &$config;
         $this->listing = new ConfigManagementListing($this->config, get_userinfo(), $this);
 
-
         // Load the template engine and tell her what template
         //  to use for the HTML it produces.
         $this->TemplateEngine = new TemplateEngine($config);
@@ -505,7 +505,9 @@ class newConfigManagement extends plugin
                     "plCategory"    => array(
                         "newConfigManagement" => array("description"  => _("Config management"),
                             "objectClass"  => "FAKE_OC_newConfigManagement")),
-                    "plProvidedAcls"=> array()
+                    "plProvidedAcls"=> array(
+                            "cfgItem" => _("Config item")
+                        )
                     ));
     }