Code

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

index 37b3d46b1357f65690cef0dacb0803ae21ec01c3..84f4bc3791f6c2c30fcb3ac8f2e6d8fc3c5cf273 100644 (file)
@@ -188,7 +188,7 @@ class divListSystem extends MultiSelectWindow
         "&nbsp;"._("Server")."|"."newsystem_server|\n";
     }
     if(class_available("phonetabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"phone/phoneGeneric"))){
-      $s.= "...|<img src='images/select_phone.png' alt='' border='0' class='center'>".
+      $s.= "...|<img src='plugins/systems/images/select_phone.png' alt='' border='0' class='center'>".
         "&nbsp;"._("Phone")."|"."newsystem_phone|\n";
     }
     if(class_available("printtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"printer/printgeneric"))){
@@ -435,7 +435,7 @@ class divListSystem extends MultiSelectWindow
       title='".$num_ws_str."' alt='".$num_ws_str."'>&nbsp;".$cnts['workstation']."&nbsp;&nbsp;&nbsp;&nbsp;";
     $str.= "<img class='center' src='images/select_terminal.png'
       title='".$num_ter_str."' alt='".$num_ter_str."'>&nbsp;".$cnts['terminal']."&nbsp;&nbsp;&nbsp;&nbsp;";
-    $str.= "<img class='center' src='images/select_phone.png'
+    $str.= "<img class='center' src='plguins/systems/images/select_phone.png'
       title='".$num_pho_str."' alt='".$num_pho_str."'>&nbsp;".$cnts['phone']."&nbsp;&nbsp;&nbsp;&nbsp;";
     $str.= "<img class='center' src='images/select_printer.png'
       title='".$num_prt_str."' alt='".$num_prt_str."'>&nbsp;".$cnts['printer']."&nbsp;&nbsp;&nbsp;&nbsp;";
index 24232c74b6689507d5406ff78eb09e64ab367ce7..36f11ef485ebe0c26dee772620b125f1eb3f797e 100644 (file)
@@ -1536,7 +1536,7 @@ class systems extends plugin
 
     $conv= array(
         "D" => array("plugins/systems/images/select_default.png",_("Template")),
-        "F" => array("images/select_phone.png",_("Phone")),
+        "F" => array("plugins/systems/images/select_phone.png",_("Phone")),
         "C" => array("plugins/systems/images/select_component.png",_("Network device")),
         "P" => array("images/select_printer.png",_("Printer")),
 
diff --git a/gosa-plugins/systems/html/images/select_phone.png b/gosa-plugins/systems/html/images/select_phone.png
new file mode 100644 (file)
index 0000000..b9bc82e
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_phone.png differ