Code

Updated texts
[gosa.git] / gosa-plugins / fai / admin / systems / services / repository / class_servRepository.inc
index 349f28ef38ad32772f10583374c7161a6616979e..3a097e2610bc57f7a1537eb0bdc878d8074dbef7 100644 (file)
@@ -320,7 +320,7 @@ class servrepository extends goService
         $evt = $events['TRIGGERED']['DaemonEvent_recreate_fai_server_db']; 
         $tmp = new $evt['CLASS_NAME']($this->config);
         $tmp->set_type(TRIGGERED_EVENT);
-        $tmp->add_targets(array("GOsa"));
+        $tmp->add_targets(array("GOSA"));
         $o_queue = new gosaSupportDaemon();
         if(!$o_queue->append($tmp)){
           msg_dialog::display(_("Service infrastructure"),msgPool::siError($o_queue->get_error()),ERROR_DIALOG);
@@ -353,11 +353,11 @@ class servrepository extends goService
 #            "stop"          => _("Service stop"),   // Remove this to hide the stop button at all.
 #            "restart"       => _("Service restart"),// Remove this to hide the restart button at all.
 
-            "cn"            => _("Name"),
-            "Release"       => _("Releases"),
-            "Section"       => _("Sections"),
+#            "cn"            => _("Name"),
             "ParentServer"  => _("Parent server"),
-            "Url"           => _("Url"))
+            "Release"       => _("Releases"),
+            "Url"           => _("URL"),
+            "Section"       => _("Sections"))
           ));
   }
 }