From: cajus Date: Tue, 15 Apr 2008 12:19:27 +0000 (+0000) Subject: Moved expand icon X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b403b5c5f0ebbc5d33f4ac5e7baf3c0035bf16da;p=gosa.git Moved expand icon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10470 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/expand.png b/gosa-core/html/images/expand.png deleted file mode 100644 index 9bc3f56b0..000000000 Binary files a/gosa-core/html/images/expand.png and /dev/null differ diff --git a/gosa-core/html/images/lists/expand.png b/gosa-core/html/images/lists/expand.png new file mode 100644 index 000000000..9bc3f56b0 Binary files /dev/null and b/gosa-core/html/images/lists/expand.png differ 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"; }