From 14a1125842be8515bd8b8f7117081e00f40470b5 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 10 May 2007 15:24:14 +0000 Subject: [PATCH] Added mapping for "halt" to "localboot" git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6354 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationGeneric.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"), -- 2.30.2