Code

Updated images.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:28:56 +0000 (08:28 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:28:56 +0000 (08:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11949 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_workstation.png [new file with mode: 0644]

index 9820b9a656d12aff49a5a4d5f5ba951ce5a3c472..8b8b0f6c5de54b30d52402e2780c6a81416647a1 100644 (file)
@@ -180,7 +180,7 @@ class divListSystem extends MultiSelectWindow
         "&nbsp;"._("Terminal")."|"."newsystem_terminal|\n";
     }
     if(class_available("worktabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"workstation/workgeneric"))){
-      $s.= "...|<img src='images/select_workstation.png' alt='' border='0' class='center'>".
+      $s.= "...|<img src='plugins/systems/images/select_workstation.png' alt='' border='0' class='center'>".
         "&nbsp;"._("Workstation")."|"."newsystem_workstation|\n";
     }
     if(class_available("servtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"workstation/servgeneric"))){
@@ -431,7 +431,7 @@ class divListSystem extends MultiSelectWindow
 
     $str = "<img class='center' src='plugins/systems/images/select_server.png'
       title='".$num_ser_str."' alt='".$num_ser_str."'>&nbsp;".$cnts['server']."&nbsp;&nbsp;&nbsp;&nbsp;";
-    $str.= "<img class='center' src='images/select_workstation.png'
+    $str.= "<img class='center' src='plugins/systems/images/select_workstation.png'
       title='".$num_ws_str."' alt='".$num_ws_str."'>&nbsp;".$cnts['workstation']."&nbsp;&nbsp;&nbsp;&nbsp;";
     $str.= "<img class='center' src='plugins/systems/images/select_terminal.png'
       title='".$num_ter_str."' alt='".$num_ter_str."'>&nbsp;".$cnts['terminal']."&nbsp;&nbsp;&nbsp;&nbsp;";
index d2fba2e96fed789a44d6238eeceb28bb2d6f7a3b..ee1c4452107a5007489eef46c014cccb61b31bf4 100644 (file)
@@ -1542,7 +1542,7 @@ class systems extends plugin
 
         "W" => array("plugins/systems/images/select_winstation.png",_("Win workstation")),
 
-        "L" => array("images/select_workstation.png",_("Workstation")),
+        "L" => array("plugins/systems/images/select_workstation.png",_("Workstation")),
         "S" => array("images/select_server.png",_("Server")),
         "T" => array("plugins/systems/images/select_terminal.png",_("Terminal")),
 
diff --git a/gosa-plugins/systems/html/images/select_workstation.png b/gosa-plugins/systems/html/images/select_workstation.png
new file mode 100644 (file)
index 0000000..33df4ef
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_workstation.png differ