summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ac9f94)
raw | patch | inline | side by side (parent: 7ac9f94)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 07:10:24 +0000 (07:10 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
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 9872d70c781c03180de4f06a8939ccf635e446c3..9a323c9180d0e2fb5a4ea7c4351ddd5e34a2ca27 100644 (file)
"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.
));
}