From: cajus Date: Tue, 27 Jun 2006 05:15:12 +0000 (+0000) Subject: Restored second button for "restore snapshots" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b32c3dcefffa3bd4ae4b1edfb8b5b7d3e82cd424;p=gosa.git Restored second button for "restore snapshots" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3919 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/images/restore.png b/html/images/restore.png index f61bd38b1..037c2da98 100644 Binary files a/html/images/restore.png and b/html/images/restore.png differ diff --git a/include/class_MultiSelectWindow.inc b/include/class_MultiSelectWindow.inc index f2c792a0e..a5bccb589 100644 --- a/include/class_MultiSelectWindow.inc +++ b/include/class_MultiSelectWindow.inc @@ -508,16 +508,16 @@ class MultiSelectWindow{ function GetSnapShotActions($dn) { - $str = ""; + $str= ""; if($this->parent->snapshotEnabled()){ - $str= " "; - if(count($this->parent->Available_SnapsShots($dn))){ - $str= " "; } + + $str.= " "; } return($str);