Code

Applied patch from 12800
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 May 2009 13:02:50 +0000 (13:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 May 2009 13:02:50 +0000 (13:02 +0000)
-Updated actions for groups of workstations

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13617 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc

index 53556ea08e0c5cec0c48f6e9849b4b3d06f0cb81..889acaf16c1cce3b7e7cb1022f7d6fc48fae3442 100644 (file)
@@ -255,13 +255,13 @@ class termgroup extends plugin
     }
 
     $smarty->assign("actions", array("halt" => _("Switch off"), "reboot" => _("Reboot"),
-          "instant_update" => _("Instant update"),
-          "update" => _("Scheduled update"),
+          "update" => _("Software update"),
           "wake" => _("Wake"),
           "reinstall" => _("Reinstall"),
-          "rescan" => _("Rescan hardware"),
-          "memcheck" => _("Memory test"),
-          "sysinfo"  => _("System analysis")));
+          "rescan" => _("Rescan hardware")
+#          "memcheck" => _("Memory test"),
+#          "sysinfo"  => _("System analysis")
+        ));
 
     $smarty->assign("inheritTimeServer",$this->inheritTimeServer);
     $smarty->assign("modes", $this->modes);