summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0925095)
raw | patch | inline | side by side (parent: 0925095)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Mar 2007 10:06:08 +0000 (10:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Mar 2007 10:06:08 +0000 (10:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5926 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servGeneric.inc | patch | blob | history | |
plugins/admin/systems/class_workstationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_servGeneric.inc b/plugins/admin/systems/class_servGeneric.inc
index f87db5c5052f4fc3fe0eacaeb12b9a1f681ae1f5..cc756c73e6228d9297efda0e66a2c09715ea6cb1 100644 (file)
var $netConfigDNS;
var $modes = array();
- var $mapActions = array("reboot" => "",
+ var $mapActions = array("reboot" => "localboot",
+ "localboot" => "localboot",
"instant_update" => "softupdate",
"update" => "scheduledupdate",
"reinstall" => "install",
"reinstall" => _("Reinstall"),
"rescan" => _("Rescan hardware"),
"memcheck" => _("Memory test"),
+ "localboot" => _("Force localboot"),
"sysinfo" => _("System analysis")));
} else {
$smarty->assign("actions", array("wake" => _("Wake up"),
"reinstall" => _("Reinstall"),
"update" => _("Scheduled update"),
"memcheck" => _("Memory test"),
+ "localboot" => _("Force localboot"),
"sysinfo" => _("System analysis")));
}
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index a2c4af1a6ed633ae18abfd393120583bf32940ad..be1101998d1a9356fd6a691cf6986343d3577064 100644 (file)
var $objectclasses= array("top", "gotoWorkstation", "GOhard","FAIobject");
var $mapActions = array("reboot" => "localboot",
+ "localboot" => "localboot",
"instant_update" => "softupdate",
"update" => "scheduledupdate",
"reinstall" => "install",
"reinstall" => _("Reinstall"),
"rescan" => _("Rescan hardware"),
"memcheck" => _("Memory test"),
+ "localboot" => _("Force localboot"),
"sysinfo" => _("System analysis")));
} else {
$smarty->assign("actions", array("wake" => _("Wake up"),
"reinstall" => _("Reinstall"),
"update" => _("Scheduled update"),
"memcheck" => _("Memory test"),
+ "localboot" => _("Force localboot"),
"sysinfo" => _("System analysis")));
}
/* Arrays */