summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7d8477)
raw | patch | inline | side by side (parent: f7d8477)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Sep 2008 12:51:57 +0000 (12:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Sep 2008 12:51:57 +0000 (12:51 +0000) |
-Added acls for Start/Stop/Restart
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12453 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12453 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc b/gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc
index f4a74c9783918d3c37854c553e788696408c7cf3..96f65d858b12666cf8bfccce76608bffe7cb7765 100644 (file)
"plSection" => array("administration"),
"plCategory" => array("server"),
- "start" => _("Start"),
- "stop" => _("Stop"),
- "restart" => _("Restart"),
-
- "plProvidedAcls"=> array()
+ "plProvidedAcls"=> array(
+ "start" => _("Start"),
+ "stop" => _("Stop"),
+ "restart" => _("Restart"),
+ )
));
}
}