summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 78556f6)
raw | patch | inline | side by side (parent: 78556f6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Sep 2006 07:30:44 +0000 (07:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Sep 2006 07:30:44 +0000 (07:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4743 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/systems/class_goCupsServer.inc b/plugins/admin/systems/class_goCupsServer.inc
index a761c2c63bc0c594d2aefaf55524ef5941b5e1e5..c5815b6e5c99b7744e43f02e4802552541edae17 100644 (file)
"plSection" => array("administration"),
"plCategory" => array("server"),
+ "start" => _("Start"),
+ "stop" => _("Stop"),
+ "restart" => _("Restart"),
+
"plProvidedAcls"=> array()
));
}
diff --git a/plugins/admin/systems/class_goFaxServer.inc b/plugins/admin/systems/class_goFaxServer.inc
index 07e6672ecf049d25c2dadfaa41a28a8ebaec116b..186dd5ffd4d5c1928f0d431f407875ae48b07a36 100644 (file)
<?php
-class goFaxServer extends plugin{
+require_once("class_goService.inc");
+
+class goFaxServer extends goService {
var $cli_summary = "This pluign is used within the ServerService Pluign \nand indicates that this server supports fax informations.";
var $cli_description = "Some longer text\nfor help";
diff --git a/plugins/admin/systems/class_goVirusServer.inc b/plugins/admin/systems/class_goVirusServer.inc
index b686cb8c071bc3c69239c225dafc422b2a895f8a..fcdd0f2cdcd5be54ed414f5b09a2b706dcc7a021 100644 (file)
"plCategory" => array("server"),
"plProvidedAcls"=> array(
+ "start" => _("Start"),
+ "stop" => _("Stop"),
+ "restart" => _("Restart"),
"avFlagsD" =>_("Enable debugging"),
"avFlagsS" =>_("Enable mail scanning"),
diff --git a/plugins/admin/systems/class_servRepository.inc b/plugins/admin/systems/class_servRepository.inc
index e3dc800cdd6368d0620b0e9b59827733fa139e89..775f49b8da0552135d548aa6d860a8750978f71a 100644 (file)
"plProvidedAcls"=> array(
"cn" => _("Name"),
+ "start" => _("Start"),
+ "stop" => _("Stop"),
+ "restart" => _("Restart"),
"Release" => _("Releases"),
"Section" => _("Sections"),
"ParentServer" => _("Parent server"),