summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 44e1eb9)
raw | patch | inline | side by side (parent: 44e1eb9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 10:58:43 +0000 (10:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 10:58:43 +0000 (10:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12003 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/class_target_list.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/class_target_list.inc b/gosa-plugins/goto/addons/goto/class_target_list.inc
index d6e36ab2fe3d13a2264b62db395e63c968a0e7ea..97b70e5c75ce86d0e5af5b41068e54cc9f16fe28 100644 (file)
}elseif(in_array("gotoWorkstation",$val['objectClass'])){
$img = "<img src='plugins/systems/images/select_workstation.png' alt='"._("Workstation")."' ".$title.">";
}elseif(in_array("gosaGroupOfNames",$val['objectClass'])){
- $img = "<img src='images/list_ogroup.png' alt='"._("Object group")."' ".$title.">";
+ $img = "<img src='plugins/ogroups/images/list_ogroup.png' alt='"._("Object group")."' ".$title.">";
}
/* Create each field */