Code

Fixed typo
[gosa.git] / gosa-core / include / class_SnapShotDialog.inc
index bdaac544ff93e8c0b400c799c2fb62b3ec378ac4..4941c34ec3086a1011e7d8a85245a260a84e9e8b 100644 (file)
@@ -129,9 +129,9 @@ 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/edittrash.png' name='RemoveSnapShot_%KEY' 
+                               $actions.= "<input type='image' src='images/lists/trash.png' name='RemoveSnapShot_%KEY' 
                                                                class='center' title='"._("Remove snapshot")."'>&nbsp;";
 
                                $time_stamp     = date(_("Y-m-d, H:i:s"),preg_replace("/\-.*$/","",$entry['gosaSnapshotTimestamp'][0]));