summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45ebf7c)
raw | patch | inline | side by side (parent: 45ebf7c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:27:04 +0000 (08:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:27:04 +0000 (08:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11948 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 927883136888c850a109873aea065b4e51e1b77f..9820b9a656d12aff49a5a4d5f5ba951ce5a3c472 100644 (file)
title='".$num_com_str."' alt='".$num_com_str."'> ".$cnts['component']." ";
$str.= "<img class='center' src='plugins/systems/images/select_newsystem.png'
title='".$num_new_str."' alt='".$num_new_str."'> ".$cnts['NewDevice']." ";
- $str.= "<img class='center' src='images/select_winstation.png'
+ $str.= "<img class='center' src='plugins/systems/images/select_winstation.png'
title='".$num_wws_str."' alt='".$num_wws_str."'> ".$cnts['winstation']." ";
$str.= "<img class='center' src='images/lists/folder.png'
title='".$num_dep_str."' alt='".$num_dep_str."'> ".$num_deps." ";
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 040ab5b43a20cac0f68ecb98984565e736a02a94..d2fba2e96fed789a44d6238eeceb28bb2d6f7a3b 100644 (file)
"C" => array("plugins/systems/images/select_component.png",_("Network device")),
"P" => array("plugins/systems/images/select_printer.png",_("Printer")),
- "W" => array("images/select_winstation.png",_("Win workstation")),
+ "W" => array("plugins/systems/images/select_winstation.png",_("Win workstation")),
"L" => array("images/select_workstation.png",_("Workstation")),
"S" => array("images/select_server.png",_("Server")),
diff --git a/gosa-plugins/systems/html/images/select_winstation.png b/gosa-plugins/systems/html/images/select_winstation.png
new file mode 100644 (file)
index 0000000..ec747e5
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_winstation.png differ
index 0000000..ec747e5
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_winstation.png differ