From: cajus Date: Mon, 14 Apr 2008 12:46:59 +0000 (+0000) Subject: Image refresh. Some got lost, actually. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=93bfa5c43c1f233f3dd6a0cbacee144fbc8346cb;p=gosa.git Image refresh. Some got lost, actually. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10422 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/fullfolder.png b/gosa-core/html/images/fullfolder.png deleted file mode 100644 index 3616cbb71..000000000 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 index 000000000..df2e987b4 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 index 000000000..3616cbb71 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 index 000000000..f7e8c351c 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 index 07d1d42db..000000000 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 index 000000000..07d1d42db 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 index 000000000..9fb42ffe5 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 index 000000000..32baf9c54 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 index 000000000..037c2da98 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 index 000000000..d10adae3c 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 index 000000000..9dffb4e99 Binary files /dev/null and b/gosa-core/html/images/lists/root_grey.png differ diff --git a/gosa-core/include/class_MultiSelectWindow.inc b/gosa-core/include/class_MultiSelectWindow.inc index 3a970c19f..dd4b50e69 100644 --- a/gosa-core/include/class_MultiSelectWindow.inc +++ b/gosa-core/include/class_MultiSelectWindow.inc @@ -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"=>"department","attach"=>"style='text-align:center;width:20px;'"); + $row[]=$field1=array("string"=>"department","attach"=>"style='text-align:center;width:20px;'"); $row[]=$field2=array("string"=>sprintf($linkopen,base64_encode($key),$val), "attach" => "style=''"); if($numtabs > 2){