Code

Moved expand icon
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Apr 2008 12:19:27 +0000 (12:19 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Apr 2008 12:19:27 +0000 (12:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10470 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/images/expand.png [deleted file]
gosa-core/html/images/lists/expand.png [new file with mode: 0644]
gosa-core/plugins/generic/references/class_reference.inc

diff --git a/gosa-core/html/images/expand.png b/gosa-core/html/images/expand.png
deleted file mode 100644 (file)
index 9bc3f56..0000000
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 (file)
index 0000000..9bc3f56
Binary files /dev/null and b/gosa-core/html/images/lists/expand.png differ
index e2bb1839b89e5f6f70ad30273293245b43ea0597..6d4f05917d0ced42a518c1401d9b43cc721831d0 100644 (file)
@@ -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";
                }