summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a16b90f)
raw | patch | inline | side by side (parent: a16b90f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:52:48 +0000 (07:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:52:48 +0000 (07:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11923 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc b/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc
index faeb2ac83afeccf6394763528d7d8bb1cd4e86ac..bdcab4a2278c9abc005771f5fdbb6c3424d39553 100644 (file)
continue;
}
}elseif(in_array("gosaGroupOfNames",$obj['objectClass'])){
- $img = '<img class="center" src="images/select_ogroup.png" alt="O" title="'._("Object group").'">';
+ $img = '<img class="center" src="plugins/ogroups/images/select_ogroup.png" alt="O" title="'._("Object group").'">';
}
$field1 = array("string" => "<input type='checkbox' id='item_selected_".$key."' name='item_selected_".$key."'>",