From b403b5c5f0ebbc5d33f4ac5e7baf3c0035bf16da Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 15 Apr 2008 12:19:27 +0000 Subject: [PATCH] Moved expand icon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10470 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/images/{ => lists}/expand.png | Bin .../plugins/generic/references/class_reference.inc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gosa-core/html/images/{ => lists}/expand.png (100%) diff --git a/gosa-core/html/images/expand.png b/gosa-core/html/images/lists/expand.png similarity index 100% rename from gosa-core/html/images/expand.png rename to gosa-core/html/images/lists/expand.png diff --git a/gosa-core/plugins/generic/references/class_reference.inc b/gosa-core/plugins/generic/references/class_reference.inc index e2bb1839b..6d4f05917 100644 --- a/gosa-core/plugins/generic/references/class_reference.inc +++ b/gosa-core/plugins/generic/references/class_reference.inc @@ -142,7 +142,7 @@ class reference extends plugin } $content= $this->createContentString($attrs['objectClass']); if ($addon == ""){ - $img= "images/expand.png"; + $img= "images/lists/expand.png"; } else { $img= "images/lists/sort-down.png"; } -- 2.30.2