Code

Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:27:04 +0000 (08:27 +0000)
committerhickert <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

gosa-plugins/systems/admin/systems/class_divListSystem.inc
gosa-plugins/systems/admin/systems/class_systemManagement.inc
gosa-plugins/systems/html/images/select_winstation.png [new file with mode: 0644]

index 927883136888c850a109873aea065b4e51e1b77f..9820b9a656d12aff49a5a4d5f5ba951ce5a3c472 100644 (file)
@@ -443,7 +443,7 @@ class divListSystem extends MultiSelectWindow
       title='".$num_com_str."' alt='".$num_com_str."'>&nbsp;".$cnts['component']."&nbsp;&nbsp;&nbsp;&nbsp;";
     $str.= "<img class='center' src='plugins/systems/images/select_newsystem.png'
       title='".$num_new_str."' alt='".$num_new_str."'>&nbsp;".$cnts['NewDevice']."&nbsp;&nbsp;&nbsp;&nbsp;";
-    $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."'>&nbsp;".$cnts['winstation']."&nbsp;&nbsp;&nbsp;&nbsp;";
     $str.= "<img class='center' src='images/lists/folder.png'
       title='".$num_dep_str."' alt='".$num_dep_str."'>&nbsp;".$num_deps."&nbsp;&nbsp;&nbsp;&nbsp;";
index 040ab5b43a20cac0f68ecb98984565e736a02a94..d2fba2e96fed789a44d6238eeceb28bb2d6f7a3b 100644 (file)
@@ -1540,7 +1540,7 @@ class systems extends plugin
         "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