Index: typo3/class.db_list_extra.inc =================================================================== --- typo3/class.db_list_extra.inc (revision 8282) +++ typo3/class.db_list_extra.inc (working copy) @@ -209,7 +209,7 @@ // Edit $params = '&edit[pages][' . $this->pageRow['uid'] . ']=edit'; $buttons['edit'] = '' . - t3lib_iconWorks::getSpriteIcon('actions-document-open') . + t3lib_iconWorks::getSpriteIcon('actions-page-open') . ''; // Unhide if ($this->pageRow['hidden']) { Index: typo3/templates/db_list.html =================================================================== --- typo3/templates/db_list.html (revision 8282) +++ typo3/templates/db_list.html (working copy) @@ -28,7 +28,7 @@ ###LEVEL_UP######BACK### ###NEW_RECORD######PASTE### -###VIEW######EDIT######HIDE_UNHIDE######MOVE### +###VIEW######EDIT######MOVE######HIDE_UNHIDE### ###CSV######EXPORT###