Code

Image refresh. Some got lost, actually.
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Apr 2008 12:46:59 +0000 (12:46 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Apr 2008 12:46:59 +0000 (12:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10422 594d385d-05f5-0310-b6e9-bd551577e9d8

12 files changed:
gosa-core/html/images/fullfolder.png [deleted file]
gosa-core/html/images/lists/back_grey.png [new file with mode: 0644]
gosa-core/html/images/lists/folder-full.png [new file with mode: 0644]
gosa-core/html/images/lists/folder.png [new file with mode: 0644]
gosa-core/html/images/lists/folder_gray.png [deleted file]
gosa-core/html/images/lists/folder_grey.png [new file with mode: 0644]
gosa-core/html/images/lists/home_grey.png [new file with mode: 0644]
gosa-core/html/images/lists/restore-deleted.png [new file with mode: 0644]
gosa-core/html/images/lists/restore.png [new file with mode: 0644]
gosa-core/html/images/lists/restore_grey.png [new file with mode: 0644]
gosa-core/html/images/lists/root_grey.png [new file with mode: 0644]
gosa-core/include/class_MultiSelectWindow.inc

diff --git a/gosa-core/html/images/fullfolder.png b/gosa-core/html/images/fullfolder.png
deleted file mode 100644 (file)
index 3616cbb..0000000
Binary files a/gosa-core/html/images/fullfolder.png and /dev/null differ
diff --git a/gosa-core/html/images/lists/back_grey.png b/gosa-core/html/images/lists/back_grey.png
new file mode 100644 (file)
index 0000000..df2e987
Binary files /dev/null and b/gosa-core/html/images/lists/back_grey.png differ
diff --git a/gosa-core/html/images/lists/folder-full.png b/gosa-core/html/images/lists/folder-full.png
new file mode 100644 (file)
index 0000000..3616cbb
Binary files /dev/null and b/gosa-core/html/images/lists/folder-full.png differ
diff --git a/gosa-core/html/images/lists/folder.png b/gosa-core/html/images/lists/folder.png
new file mode 100644 (file)
index 0000000..f7e8c35
Binary files /dev/null and b/gosa-core/html/images/lists/folder.png differ
diff --git a/gosa-core/html/images/lists/folder_gray.png b/gosa-core/html/images/lists/folder_gray.png
deleted file mode 100644 (file)
index 07d1d42..0000000
Binary files a/gosa-core/html/images/lists/folder_gray.png and /dev/null differ
diff --git a/gosa-core/html/images/lists/folder_grey.png b/gosa-core/html/images/lists/folder_grey.png
new file mode 100644 (file)
index 0000000..07d1d42
Binary files /dev/null and b/gosa-core/html/images/lists/folder_grey.png differ
diff --git a/gosa-core/html/images/lists/home_grey.png b/gosa-core/html/images/lists/home_grey.png
new file mode 100644 (file)
index 0000000..9fb42ff
Binary files /dev/null and b/gosa-core/html/images/lists/home_grey.png differ
diff --git a/gosa-core/html/images/lists/restore-deleted.png b/gosa-core/html/images/lists/restore-deleted.png
new file mode 100644 (file)
index 0000000..32baf9c
Binary files /dev/null and b/gosa-core/html/images/lists/restore-deleted.png differ
diff --git a/gosa-core/html/images/lists/restore.png b/gosa-core/html/images/lists/restore.png
new file mode 100644 (file)
index 0000000..037c2da
Binary files /dev/null and b/gosa-core/html/images/lists/restore.png differ
diff --git a/gosa-core/html/images/lists/restore_grey.png b/gosa-core/html/images/lists/restore_grey.png
new file mode 100644 (file)
index 0000000..d10adae
Binary files /dev/null and b/gosa-core/html/images/lists/restore_grey.png differ
diff --git a/gosa-core/html/images/lists/root_grey.png b/gosa-core/html/images/lists/root_grey.png
new file mode 100644 (file)
index 0000000..9dffb4e
Binary files /dev/null and b/gosa-core/html/images/lists/root_grey.png differ
index 3a970c19f66c01802b850c2dd6fbe37a17ce0bde..dd4b50e6912648c9f95704fe12a353e438b60a50 100644 (file)
@@ -744,7 +744,7 @@ class MultiSelectWindow{
                        $nkey= normalizePreg($key);
                        foreach($this->config->departments as $keyd=>$vald ){
                                if(preg_match('/$nkey\/.*/',$keyd)){
-                                       $non_empty="full";
+                                       $non_empty="-full";
                                }
                        }
 
@@ -757,7 +757,7 @@ class MultiSelectWindow{
         }
       }
 
-                       $row[]=$field1=array("string"=>"<img src='images/".$non_empty."folder.png' alt='department'>","attach"=>"style='text-align:center;width:20px;'");
+                       $row[]=$field1=array("string"=>"<img src='images/lists/folder".$non_empty.".png' alt='department'>","attach"=>"style='text-align:center;width:20px;'");
                        $row[]=$field2=array("string"=>sprintf($linkopen,base64_encode($key),$val), "attach" => "style=''");
 
                        if($numtabs > 2){