summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb822e6)
raw | patch | inline | side by side (parent: eb822e6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 May 2009 13:02:50 +0000 (13:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 May 2009 13:02:50 +0000 (13:02 +0000) |
-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
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13617 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc | patch | blob | history |
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 53556ea08e0c5cec0c48f6e9849b4b3d06f0cb81..889acaf16c1cce3b7e7cb1022f7d6fc48fae3442 100644 (file)
}
$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);