From: hickert Date: Wed, 6 May 2009 13:02:50 +0000 (+0000) Subject: Applied patch from 12800 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c17eed36fb6fe4d8fdcb2aa18f9a553b7fd55520;p=gosa.git Applied patch from 12800 -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 --- diff --git a/trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc b/trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc index 53556ea08..889acaf16 100644 --- a/trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc +++ b/trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc @@ -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);