From: cajus Date: Tue, 29 Nov 2005 15:06:12 +0000 (+0000) Subject: Added reinstall to the list of actions X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bf96fe5f14e71538f9da6fbd8dd98ca94304d31f;p=gosa.git Added reinstall to the list of actions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2133 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 */