Code

Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 07:34:32 +0000 (07:34 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 07:34:32 +0000 (07:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11919 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index aba77cd20b01d8df926341e1a7adb9a360939d3e..1a87b5a9b76961cd9647cc6dccf2bc7d175e94b9 100644 (file)
@@ -441,7 +441,7 @@ class divListSystem extends MultiSelectWindow
       title='".$num_prt_str."' alt='".$num_prt_str."'>&nbsp;".$cnts['printer']."&nbsp;&nbsp;&nbsp;&nbsp;";
     $str.= "<img class='center' src='plugins/systems/images/select_component.png'
       title='".$num_com_str."' alt='".$num_com_str."'>&nbsp;".$cnts['component']."&nbsp;&nbsp;&nbsp;&nbsp;";
-    $str.= "<img class='center' src='images/select_newsystem.png'
+    $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'
       title='".$num_wws_str."' alt='".$num_wws_str."'>&nbsp;".$cnts['winstation']."&nbsp;&nbsp;&nbsp;&nbsp;";
index 0921c943bd6e1f415ea3006604f1be992c382f77..27b3ce168bffa7d1474ffcbe920ef65d16af2ad0 100644 (file)
@@ -58,7 +58,7 @@ class divListSystemService extends MultiSelectWindow
        which are shown in the listbox on top of the listbox
      */
     $listhead = "<div style='background:#F0F0F9;height:16px;padding:0px;'>".
-    " <input type='image' align='middle' src='images/select_new_server.png' class='center' 
+    " <input type='image' align='middle' src='plugins/systems/images/select_new_server.png' class='center' 
         name='addNewService' alt='"._("Add service")."' title='"._("Add new service")."'>&nbsp;".
     " <img class='center' src='images/lists/seperator.png' align='middle' alt='' height='16' width='1'>&nbsp;".
     " <input type='image' align='middle' src='images/status_start_all.png' class='center'
index 640cc7ab39a147255d7f4dc97235febaf64a7e0d..24232c74b6689507d5406ff78eb09e64ab367ce7 100644 (file)
@@ -1557,7 +1557,7 @@ class systems extends plugin
         "LB" => array("images/workstation_busy.png",_("Workstation busy")),
         "SB" => array("images/server_busy.png",_("Server busy")),
 
-        "NQ" => array("images/select_newsystem.png",_("New system from incoming")),
+        "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")));
 
diff --git a/gosa-plugins/systems/html/images/select_default.png b/gosa-plugins/systems/html/images/select_default.png
new file mode 100644 (file)
index 0000000..83f3752
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_default.png differ
diff --git a/gosa-plugins/systems/html/images/select_new_server.png b/gosa-plugins/systems/html/images/select_new_server.png
new file mode 100644 (file)
index 0000000..84f6570
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_new_server.png differ
diff --git a/gosa-plugins/systems/html/images/select_newsystem.png b/gosa-plugins/systems/html/images/select_newsystem.png
new file mode 100644 (file)
index 0000000..43b0c6c
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_newsystem.png differ