summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 17c2be6)
raw | patch | inline | side by side (parent: 17c2be6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:53:33 +0000 (07:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:53:33 +0000 (07:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11924 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_divListSystem.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 1a87b5a9b76961cd9647cc6dccf2bc7d175e94b9..37b3d46b1357f65690cef0dacb0803ae21ec01c3 100644 (file)
$release_attach = "";
}elseif(isset($ogs_release[$val['dn']])){
$release = trim($ogs_release[$val['dn']]['STR'],", ").
- " <img src='images/select_ogroup.png' class='center' alt=''
+ " <img src='plugins/ogroups/images/select_ogroup.png' class='center' alt=''
title='".sprintf(_("Inherited from %s"),trim($ogs_release[$val['dn']]['CN'],", "))."'>";
$release_attach = "title='".sprintf(_("Inherited from %s"),trim($ogs_release[$val['dn']]['CN'],", "))."'";
}