From: hickert Date: Wed, 23 Jul 2008 07:10:24 +0000 (+0000) Subject: Updated DHCP service. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3f1f15b5e1eb16e604822c5c4af21b4530f62e3;p=gosa.git Updated DHCP service. -Added start stop acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11757 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc index 9872d70c7..9a323c918 100644 --- a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc +++ b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc @@ -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. )); }