summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 176130c)
raw | patch | inline | side by side (parent: 176130c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:35:27 +0000 (08:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:35:27 +0000 (08:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11953 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history | |
gosa-plugins/systems/html/images/server_busy.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/server_error.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/server_locked.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/terminal_error.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/terminal_locked.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/workstation_busy.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/workstation_error.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/workstation_locked.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index ee1c4452107a5007489eef46c014cccb61b31bf4..43abf28ecf40dabe8ca468aa95dd472251351d13 100644 (file)
"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 (file)
index 0000000..38ff280
Binary files /dev/null and b/gosa-plugins/systems/html/images/server_busy.png differ
index 0000000..38ff280
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 (file)
index 0000000..98927f5
Binary files /dev/null and b/gosa-plugins/systems/html/images/server_error.png differ
index 0000000..98927f5
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 (file)
index 0000000..9453114
Binary files /dev/null and b/gosa-plugins/systems/html/images/server_locked.png differ
index 0000000..9453114
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 (file)
index 0000000..2180c9f
Binary files /dev/null and b/gosa-plugins/systems/html/images/terminal_error.png differ
index 0000000..2180c9f
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 (file)
index 0000000..05f5bc4
Binary files /dev/null and b/gosa-plugins/systems/html/images/terminal_locked.png differ
index 0000000..05f5bc4
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 (file)
index 0000000..0f6e897
Binary files /dev/null and b/gosa-plugins/systems/html/images/workstation_busy.png differ
index 0000000..0f6e897
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 (file)
index 0000000..b88b911
Binary files /dev/null and b/gosa-plugins/systems/html/images/workstation_error.png differ
index 0000000..b88b911
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 (file)
index 0000000..841880b
Binary files /dev/null and b/gosa-plugins/systems/html/images/workstation_locked.png differ
index 0000000..841880b
Binary files /dev/null and b/gosa-plugins/systems/html/images/workstation_locked.png differ