From: hickert Date: Thu, 24 Jul 2008 08:35:27 +0000 (+0000) Subject: Updated images. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2c162661c6fb09882b81db43de0c2e8b446b5373;p=gosa.git Updated images. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11953 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index ee1c44521..43abf28ec 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1543,23 +1543,23 @@ class systems extends plugin "W" => array("plugins/systems/images/select_winstation.png",_("Win workstation")), "L" => array("plugins/systems/images/select_workstation.png",_("Workstation")), - "S" => array("images/select_server.png",_("Server")), + "S" => array("plugins/systems/images/select_server.png",_("Server")), "T" => array("plugins/systems/images/select_terminal.png",_("Terminal")), - "LX" => array("images/workstation_locked.png",_("Locked workstation")), - "SX" => array("images/server_locked.png",_("Locked server")), - "TX" => array("images/terminal_locked.png",_("Locked terminal")), + "LX" => array("plugins/systems/images/workstation_locked.png",_("Locked workstation")), + "SX" => array("plugins/systems/images/server_locked.png",_("Locked server")), + "TX" => array("plugins/systems/images/terminal_locked.png",_("Locked terminal")), - "LE" => array("images/workstation_error.png",_("Workstation error")), - "SE" => array("images/server_error.png",_("Server error")), - "TE" => array("images/terminal_error.png",_("Terminal error")), + "LE" => array("plugins/systems/images/workstation_error.png",_("Workstation error")), + "SE" => array("plugins/systems/images/server_error.png",_("Server error")), + "TE" => array("plugins/systems/images/terminal_error.png",_("Terminal error")), - "LB" => array("images/workstation_busy.png",_("Workstation busy")), - "SB" => array("images/server_busy.png",_("Server busy")), + "LB" => array("plugins/systems/images/workstation_busy.png",_("Workstation busy")), + "SB" => array("plugins/systems/images/server_busy.png",_("Server busy")), "NQ" => array("plugins/systems/images/select_newsystem.png",_("New system from incoming")), - "NT"=> array("images/select_new_terminal.png",_("New terminal")), - "NL"=> array("images/select_new_workstation.png",_("New workstation"))); + "NT" => array("plugins/systems/images/select_new_terminal.png",_("New terminal")), + "NL" => array("plugins/systems/images/select_new_workstation.png",_("New workstation"))); /* Use locked icons */ diff --git a/gosa-plugins/systems/html/images/server_busy.png b/gosa-plugins/systems/html/images/server_busy.png new file mode 100644 index 000000000..38ff280f2 Binary files /dev/null and b/gosa-plugins/systems/html/images/server_busy.png differ diff --git a/gosa-plugins/systems/html/images/server_error.png b/gosa-plugins/systems/html/images/server_error.png new file mode 100644 index 000000000..98927f5c2 Binary files /dev/null and b/gosa-plugins/systems/html/images/server_error.png differ diff --git a/gosa-plugins/systems/html/images/server_locked.png b/gosa-plugins/systems/html/images/server_locked.png new file mode 100644 index 000000000..945311443 Binary files /dev/null and b/gosa-plugins/systems/html/images/server_locked.png differ diff --git a/gosa-plugins/systems/html/images/terminal_error.png b/gosa-plugins/systems/html/images/terminal_error.png new file mode 100644 index 000000000..2180c9f3d Binary files /dev/null and b/gosa-plugins/systems/html/images/terminal_error.png differ diff --git a/gosa-plugins/systems/html/images/terminal_locked.png b/gosa-plugins/systems/html/images/terminal_locked.png new file mode 100644 index 000000000..05f5bc4ca Binary files /dev/null and b/gosa-plugins/systems/html/images/terminal_locked.png differ diff --git a/gosa-plugins/systems/html/images/workstation_busy.png b/gosa-plugins/systems/html/images/workstation_busy.png new file mode 100644 index 000000000..0f6e89728 Binary files /dev/null and b/gosa-plugins/systems/html/images/workstation_busy.png differ diff --git a/gosa-plugins/systems/html/images/workstation_error.png b/gosa-plugins/systems/html/images/workstation_error.png new file mode 100644 index 000000000..b88b911a2 Binary files /dev/null and b/gosa-plugins/systems/html/images/workstation_error.png differ diff --git a/gosa-plugins/systems/html/images/workstation_locked.png b/gosa-plugins/systems/html/images/workstation_locked.png new file mode 100644 index 000000000..841880b99 Binary files /dev/null and b/gosa-plugins/systems/html/images/workstation_locked.png differ