Code

Updated application locking
[gosa.git] / gosa-core / include / class_SnapShotDialog.inc
index 507832f0719515d3edb833793c4aa4c8577d8c13..4941c34ec3086a1011e7d8a85245a260a84e9e8b 100644 (file)
@@ -129,7 +129,7 @@ class SnapShotDialog extends plugin
       $this->last_list = $list_of_elements;
                        foreach($list_of_elements as $entry){
 
-                               $actions= "<input type='image' src='images/restore.png' name='RestoreSnapShot_%KEY' 
+                               $actions= "<input type='image' src='images/lists/restore.png' name='RestoreSnapShot_%KEY' 
                                                                class='center' title='"._("Restore snapshot")."'>&nbsp;";
                                $actions.= "<input type='image' src='images/lists/trash.png' name='RemoveSnapShot_%KEY' 
                                                                class='center' title='"._("Remove snapshot")."'>&nbsp;";