Code

ACL: Skip listing system snapshot that we are not able to restore.
[gosa.git] / plugins / admin / systems / class_goGlpiServer.inc
index 52a80a4d6965a136c9a4a7bf46414ee39494daaa..5851b8f015bcf69fd0c21892ed27f68769a28bf3 100644 (file)
@@ -52,7 +52,6 @@ class goGlpiServer extends goService {
   {
     $fields               = goService::getListEntry();
     $fields['Message']    = _("Inventory database service");
-    $fields['AllowRemove']= true;
     $fields['AllowEdit']  = true;
     return($fields);
   }
@@ -72,7 +71,7 @@ class goGlpiServer extends goService {
 
   function save_object()
   {
-    if(isset($_POST['goLogDBServerPosted'])){
+    if(isset($_POST['goGlpiServer_posted'])){
       plugin::save_object();
     }
   } 
@@ -81,11 +80,11 @@ class goGlpiServer extends goService {
   function plInfo()
   {
     return (array(
-          "plShortName"   => _("Glpi server"),
-          "plDescription" => _("Glpi server service"),
+          "plShortName"   => _("Inventory database"),
+          "plDescription" => _("Inventory database")." ("._("Services").")" ,
           "plSelfModify"  => FALSE,
           "plDepends"     => array(),
-          "plPriority"    => 0,
+          "plPriority"    => 93,
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),