Index: typo3/class.show_rechis.inc =================================================================== --- typo3/class.show_rechis.inc (revision 7782) +++ typo3/class.show_rechis.inc (working copy) @@ -405,7 +405,7 @@ $singleLine = array(); // diff link - $image = t3lib_iconWorks::getSpriteIcon('actions-go-forward', array('title' => $LANG->getLL('sumUpChanges', TRUE))); + $image = t3lib_iconWorks::getSpriteIcon('actions-view-go-forward', array('title' => $LANG->getLL('sumUpChanges', TRUE))); $singleLine[] = ''.$this->linkPage($image,array('diff' => $sysLogUid)).''; // remove first link $singleLine[] = htmlspecialchars(t3lib_BEfunc::datetime($entry['tstamp'])); // add time Index: typo3/show_rechis.php =================================================================== --- typo3/show_rechis.php (revision 7782) +++ typo3/show_rechis.php (working copy) @@ -155,7 +155,7 @@ $historyObj = t3lib_div::makeInstance('recordHistory'); if ($historyObj->returnUrl) { - $buttons['back']= '' . t3lib_iconWorks::getSpriteIcon('actions-go-back') . ''; + $buttons['back']= '' . t3lib_iconWorks::getSpriteIcon('actions-view-go-back') . ''; } return $buttons;