summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c84a788)
raw | patch | inline | side by side (parent: c84a788)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:03:19 +0000 (08:03 +0000) | ||
committer | hickert <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
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 84f4bc3791f6c2c30fcb3ac8f2e6d8fc3c5cf273..9b1f808a25c5b2c6079be77688b0e775c930b96c 100644 (file)
" "._("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'>".
" "._("Printer")."|"."newsystem_printer|\n";
}
if(class_available("componenttabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"component/componentGeneric"))){
title='".$num_ter_str."' alt='".$num_ter_str."'> ".$cnts['terminal']." ";
$str.= "<img class='center' src='plguins/systems/images/select_phone.png'
title='".$num_pho_str."' alt='".$num_pho_str."'> ".$cnts['phone']." ";
- $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."'> ".$cnts['printer']." ";
$str.= "<img class='center' src='plugins/systems/images/select_component.png'
title='".$num_com_str."' alt='".$num_com_str."'> ".$cnts['component']." ";
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 36f11ef485ebe0c26dee772620b125f1eb3f797e..da9a0fd24ab78b0195a4f9c168ef24930f531ddb 100644 (file)
"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
index 0000000..1128748
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_printer.png differ