summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dec770d)
raw | patch | inline | side by side (parent: dec770d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Apr 2008 12:19:27 +0000 (12:19 +0000) | ||
committer | cajus <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] | patch | blob | history |
gosa-core/html/images/lists/expand.png | [new file with mode: 0644] | patch | blob |
gosa-core/plugins/generic/references/class_reference.inc | patch | blob | history |
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
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 0000000..9bc3f56
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 e2bb1839b89e5f6f70ad30273293245b43ea0597..6d4f05917d0ced42a518c1401d9b43cc721831d0 100644 (file)
}
$content= $this->createContentString($attrs['objectClass']);
if ($addon == ""){
- $img= "images/expand.png";
+ $img= "images/lists/expand.png";
} else {
$img= "images/lists/sort-down.png";
}