Code

Added image html/images/select_printer.png
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:03:19 +0000 (08:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:03:19 +0000 (08:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11931 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_printer.png [new file with mode: 0644]

index 84f4bc3791f6c2c30fcb3ac8f2e6d8fc3c5cf273..9b1f808a25c5b2c6079be77688b0e775c930b96c 100644 (file)
@@ -192,7 +192,7 @@ class divListSystem extends MultiSelectWindow
         "&nbsp;"._("Phone")."|"."newsystem_phone|\n";
     }
     if(class_available("printtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"printer/printgeneric"))){
-      $s.= "...|<img src='images/select_printer.png' alt='' border='0' class='center'>".
+      $s.= "...|<img src='plugins/systems/images/select_printer.png' alt='' border='0' class='center'>".
         "&nbsp;"._("Printer")."|"."newsystem_printer|\n";
     }
     if(class_available("componenttabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"component/componentGeneric"))){
@@ -437,7 +437,7 @@ class divListSystem extends MultiSelectWindow
       title='".$num_ter_str."' alt='".$num_ter_str."'>&nbsp;".$cnts['terminal']."&nbsp;&nbsp;&nbsp;&nbsp;";
     $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'
+    $str.= "<img class='center' src='plugins/systems/images/select_printer.png'
       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;";
index 36f11ef485ebe0c26dee772620b125f1eb3f797e..da9a0fd24ab78b0195a4f9c168ef24930f531ddb 100644 (file)
@@ -1538,7 +1538,7 @@ class systems extends plugin
         "D" => array("plugins/systems/images/select_default.png",_("Template")),
         "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")),
+        "P" => array("plugins/systems/images/select_printer.png",_("Printer")),
 
         "W" => array("images/select_winstation.png",_("Win workstation")),
 
diff --git a/gosa-plugins/systems/html/images/select_printer.png b/gosa-plugins/systems/html/images/select_printer.png
new file mode 100644 (file)
index 0000000..1128748
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_printer.png differ