From: cajus Date: Thu, 10 May 2007 15:24:14 +0000 (+0000) Subject: Added mapping for "halt" to "localboot" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=14a1125842be8515bd8b8f7117081e00f40470b5;p=gosa.git Added mapping for "halt" to "localboot" git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6354 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index be1101998..809244b83 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -47,6 +47,7 @@ class workgeneric extends plugin var $mapActions = array("reboot" => "localboot", "localboot" => "localboot", + "halt" => "localboot", "instant_update" => "softupdate", "update" => "scheduledupdate", "reinstall" => "install", @@ -256,7 +257,7 @@ class workgeneric extends plugin "localboot" => _("Force localboot"), "sysinfo" => _("System analysis"))); } else { - $smarty->assign("actions", array("wake" => _("Wake up"), + $smarty->assign("actions", array("halt" => _("Switch off"), "reboot" => _("Reboot"), "reinstall" => _("Reinstall"), "update" => _("Scheduled update"), "memcheck" => _("Memory test"),