Code

* more light gray for the icon
[gosa.git] / include / class_MultiSelectWindow.inc
index a5bccb58913a406e6598f8c6659324e325318663..caf994ba6b247bd7d71a97d365f35657e1fc1d5c 100644 (file)
@@ -514,6 +514,8 @@ class MultiSelectWindow{
       if(count($this->parent->Available_SnapsShots($dn))){
         $str.= "<input class='center' type='image' src='images/restore.png'
           alt='"._("Restore snapshot")."' name='RestoreSnapShotDialog_".base64_encode($dn)."' title='"._("Restore snapshot")."'>&nbsp;";
+      } else {
+        $str = "<img class='center' src='images/restore_grey.png'>&nbsp;";
       }
 
       $str.= "<input class='center' type='image' src='images/snapshot.png'