summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbea68c)
raw | patch | inline | side by side (parent: fbea68c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Feb 2008 15:38:11 +0000 (15:38 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Feb 2008 15:38:11 +0000 (15:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9035 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_divListSystem.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 61871b7a922260f3972ede91b09a9247f5f2eb1f..dc5467a9872b452b2b153d9a45a77d0cfd7e9eb5 100644 (file)
$s.= "...|<img src='images/select_workstation.png' alt='' border='0' class='center'>".
" "._("Workstation")."|"."newsystem_workstation|\n";
}
- if(preg_match("/c/",$ui->get_permissions($this->selectedBase,"workstation/workgeneric"))){
+ if(preg_match("/c/",$ui->get_permissions($this->selectedBase,"workstation/servgeneric"))){
$s.= "...|<img src='images/select_server.png' alt='' border='0' class='center'>".
" "._("Server")."|"."newsystem_server|\n";
}
$s.= "...|<img src='images/select_component.png' alt='' border='0' class='center'>".
" "._("Component")."|"."newsystem_component|\n";
}
+
+ # Actions
+ $s.= "..|<img src='images/rocket.png' alt='' border='0' class='center'>".
+ " "._("Trigger action")."|\n";
+ $s.= "...|"." "._("Halt")."|"."halt_multiple|\n";
+ $s.= "...|"." "._("Reboot")."|"."reboot_multiple|\n";
+ $s.= "...|"." "._("Re-install")."|"."reinstall_multiple|\n";
+ $s.= "...|"." "._("Softupdate")."|"."update_multiple|\n";
+ $s.= "...|"." "._("Wake up")."|"."wake_multiple|\n";
+ $s.= "..|<img src='images/clock.png' alt='' border='0' class='center'>".
+ " "._("Schedule action")."|\n";
+ $s.= "...|"." "._("Halt")."|"."schedule_halt_multiple|\n";
+ $s.= "...|"." "._("Reboot")."|"."schedule_reboot_multiple|\n";
+ $s.= "...|"." "._("Re-install")."|"."schedule_reinstall_multiple|\n";
+ $s.= "...|"." "._("Softupdate")."|"."schedule_update_multiple|\n";
+ $s.= "...|"." "._("Wake up")."|"."schedule_wake_multiple|\n";
+
$s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";