Code

Updated DHCP service.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 07:10:24 +0000 (07:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 07:10:24 +0000 (07:10 +0000)
-Added start stop acls

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11757 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc

index 9872d70c781c03180de4f06a8939ccf635e446c3..9a323c9180d0e2fb5a4ea7c4351ddd5e34a2ca27 100644 (file)
@@ -698,8 +698,9 @@ class servdhcp extends goService
           "plCategory"    => array("server"),
 
           "plProvidedAcls"=> array(
-            
-          )     
+            "start"         => _("Service start"),  // Remove this to hide the start button at all.
+            "stop"          => _("Service stop"),   // Remove this to hide the stop button at all.
+            "restart"       => _("Service restart"))// Remove this to hide the restart button at all.
     ));
   }