Code

* more light gray for the icon
[gosa.git] / include / class_MultiSelectWindow.inc
index 2423aaabbfdfb3904a8608c168313ab372345eaa..caf994ba6b247bd7d71a97d365f35657e1fc1d5c 100644 (file)
@@ -515,7 +515,7 @@ class MultiSelectWindow{
         $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 src='images/empty.png' style='width:16px;' class='center'>&nbsp;";
+        $str = "<img class='center' src='images/restore_grey.png'>&nbsp;";
       }
 
       $str.= "<input class='center' type='image' src='images/snapshot.png'