From: cajus Date: Mon, 14 Apr 2008 12:04:16 +0000 (+0000) Subject: Moved restore images X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4e2d85342f2836dea42188995e619750ac3fe729;p=gosa.git Moved restore images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10417 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/list_back_gray.png b/gosa-core/html/images/list_back_gray.png deleted file mode 100644 index df2e987b4..000000000 Binary files a/gosa-core/html/images/list_back_gray.png and /dev/null differ diff --git a/gosa-core/html/images/list_home_gray.png b/gosa-core/html/images/list_home_gray.png deleted file mode 100644 index 9fb42ffe5..000000000 Binary files a/gosa-core/html/images/list_home_gray.png and /dev/null differ diff --git a/gosa-core/html/images/list_root_gray.png b/gosa-core/html/images/list_root_gray.png deleted file mode 100644 index 9dffb4e99..000000000 Binary files a/gosa-core/html/images/list_root_gray.png and /dev/null differ diff --git a/gosa-core/html/images/restore.png b/gosa-core/html/images/restore.png deleted file mode 100644 index 037c2da98..000000000 Binary files a/gosa-core/html/images/restore.png and /dev/null differ diff --git a/gosa-core/html/images/restore_deleted.png b/gosa-core/html/images/restore_deleted.png deleted file mode 100644 index 32baf9c54..000000000 Binary files a/gosa-core/html/images/restore_deleted.png and /dev/null differ diff --git a/gosa-core/html/images/restore_grey.png b/gosa-core/html/images/restore_grey.png deleted file mode 100644 index d10adae3c..000000000 Binary files a/gosa-core/html/images/restore_grey.png and /dev/null differ diff --git a/gosa-core/include/class_MultiSelectWindow.inc b/gosa-core/include/class_MultiSelectWindow.inc index cc8b4c565..3a970c19f 100644 --- a/gosa-core/include/class_MultiSelectWindow.inc +++ b/gosa-core/include/class_MultiSelectWindow.inc @@ -239,7 +239,7 @@ class MultiSelectWindow{ $listhead .= "  "; }else{ - $listhead .= " "._("Root")." "; + $listhead .= " "._("Root")." "; } /* Draw back button */ @@ -247,7 +247,7 @@ class MultiSelectWindow{ $listhead .= "  "; }else{ - $listhead .= " "._("Up")." "; + $listhead .= " "._("Up")." "; } /* Draw home button */ @@ -255,7 +255,7 @@ class MultiSelectWindow{ $listhead .= "  "; }else{ - $listhead .= " "._("Home")." "; + $listhead .= " "._("Home")." "; } /* And at least draw reload button, this button is enabled everytime */ @@ -645,17 +645,17 @@ class MultiSelectWindow{ } if($ok){ if($layer_menu){ - $str = "..|"._("Restore")." "._("Restore")."|RestoreDeletedSnapShot|\n"; + $str = "..|"._("Restore")." "._("Restore")."|RestoreDeletedSnapShot|\n"; }else{ - $str = " "; } }else{ if($layer_menu){ - $str = "..| "._("Restore")."||\n"; + $str = "..| "._("Restore")."||\n"; }else{ - $str = " "; + $str = " "; } } # $str .= " "; @@ -670,10 +670,10 @@ class MultiSelectWindow{ if($this->parent->snapshotEnabled()){ if(count($this->parent->Available_SnapsShots($dn))){ - $str.= " "; } else { - $str = " "; + $str = " "; } $str.= "last_list = $list_of_elements; foreach($list_of_elements as $entry){ - $actions= " "; $actions.= " ";