summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9035f91)
raw | patch | inline | side by side (parent: 9035f91)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:56:01 +0000 (07:56 +0000) | ||
committer | hickert <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
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 37b3d46b1357f65690cef0dacb0803ae21ec01c3..84f4bc3791f6c2c30fcb3ac8f2e6d8fc3c5cf273 100644 (file)
" "._("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'>".
" "._("Phone")."|"."newsystem_phone|\n";
}
if(class_available("printtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"printer/printgeneric"))){
title='".$num_ws_str."' alt='".$num_ws_str."'> ".$cnts['workstation']." ";
$str.= "<img class='center' src='images/select_terminal.png'
title='".$num_ter_str."' alt='".$num_ter_str."'> ".$cnts['terminal']." ";
- $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."'> ".$cnts['phone']." ";
$str.= "<img class='center' src='images/select_printer.png'
title='".$num_prt_str."' alt='".$num_prt_str."'> ".$cnts['printer']." ";
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 24232c74b6689507d5406ff78eb09e64ab367ce7..36f11ef485ebe0c26dee772620b125f1eb3f797e 100644 (file)
$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
index 0000000..b9bc82e
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_phone.png differ