summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed9f3b9)
raw | patch | inline | side by side (parent: ed9f3b9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:08:48 +0000 (08:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:08:48 +0000 (08:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11934 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/class_target_list.inc | patch | blob | history | |
gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.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 c09a1602d9902b2b8b01622762f9d4896e5985fc..5f78a2c19bf5f4ac65c9fa53c7ac93a8d1e19d4d 100644 (file)
$img ="Hmm";
if(in_array("goServer",$val['objectClass'])){
- $img = "<img src='images/select_server.png' alt='"._("Server")."' ".$title.">";
+ $img = "<img src='plugins/systems/images/select_server.png' alt='"._("Server")."' ".$title.">";
}elseif(in_array("gotoWorkstation",$val['objectClass'])){
$img = "<img src='images/select_workstation.png' alt='"._("Workstation")."' ".$title.">";
}elseif(in_array("gosaGroupOfNames",$val['objectClass'])){
diff --git a/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc b/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc
index bdcab4a2278c9abc005771f5fdbb6c3424d39553..38ef9ffe652c7330353f43469f3d1c2571f62f4f 100644 (file)
$img ="";
if(in_array("goServer",$obj['objectClass'])){
- $img = '<img class="center" src="images/select_server.png" alt="S" title="'._("Server").'">';
+ $img = '<img class="center" src="plugins/systems/images/select_server.png" alt="S" title="'._("Server").'">';
if($this->filter_iprange){
if(!isset($obj['ipHostNumber']) || !tests::is_in_ip_range($this->ipfrom,$this->ipto, $obj['ipHostNumber'][0])) {