From bf96fe5f14e71538f9da6fbd8dd98ca94304d31f Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 29 Nov 2005 15:06:12 +0000 Subject: [PATCH] Added reinstall to the list of actions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2133 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationGeneric.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index acd467876..b93546492 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -131,6 +131,7 @@ class workgeneric extends plugin "rescan" => _("Rescan hardware"))); } else { $smarty->assign("actions", array("wake" => _("Wake up"), + "reinstall" => _("Reinstall"), "update" => _("Scheduled update"))); } /* Arrays */ -- 2.30.2