Index: t3lib/class.t3lib_tsparser_ext.php =================================================================== --- t3lib/class.t3lib_tsparser_ext.php (revision 7748) +++ t3lib/class.t3lib_tsparser_ext.php (working copy) @@ -600,7 +600,7 @@ $alttext .= $row['pid'] ? ' - ' . t3lib_BEfunc::getRecordPath($row['pid'], $GLOBALS['SOBE']->perms_clause, 20) : ''; $icon = substr($row['templateID'],0,3) == 'sys' ? t3lib_iconWorks::getSpriteIconForRecord('sys_template', $row['root'],array('title'=>$alttext)) : - (substr($row['templateID'], 0, 6) == 'static' ? t3lib_iconWorks::getSpriteIconForRecord('static_template', array(),array('title'=>$alttext)) : + (substr($row['templateID'], 0, 6) == 'static' ? t3lib_iconWorks::getSpriteIconForRecord('static_template', array(),array('title'=>$alttext)) : t3lib_iconWorks::getSpriteIcon('mimetypes-default',array('title'=>$alttext))); if (in_array($row['templateID'], $this->clearList_const) || in_array($row['templateID'], $this->clearList_setup)) { $A_B = ''; @@ -621,7 +621,7 @@ ' . $HTML . ' ' . ($row['root'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') : '') . '   ' . ($row['clConf'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') :'') . '  ' . ' - ' . ($row['clConst'] ? t3lib_iconWorks::getSpriteIcon('status-staus-checked') : '') . '  ' . ' + ' . ($row['clConst'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') : '') . '  ' . ' ' . ($row['pid'] ? $row['pid'] : '') . ' ' . (strcmp($RL, '') ? $RL : '') . ' ' . ($row['next'] ? ' ' . $row['next'] . '  ' : '') . ' Index: typo3/mod/web/func/index.php =================================================================== --- typo3/mod/web/func/index.php (revision 7748) +++ typo3/mod/web/func/index.php (working copy) @@ -150,7 +150,7 @@ t3lib_FlashMessage::INFO ); $this->content = $flashMessage->render(); - + // Setting up the buttons and markers for docheader $docHeaderButtons = $this->getButtons(); $markers['CSH'] = $docHeaderButtons['csh']; @@ -192,10 +192,10 @@ if($this->id && is_array($this->pageinfo)) { // View page - $buttons['view'] = '' . t3lib_iconWorks::getSpriteIcon('actions-page-view') . ''; + ">' . t3lib_iconWorks::getSpriteIcon('actions-document-view') . ''; // Shortcut if ($BE_USER->mayMakeShortcut()) { Index: typo3/sysext/scheduler/mod1/index.php =================================================================== --- typo3/sysext/scheduler/mod1/index.php (revision 7748) +++ typo3/sysext/scheduler/mod1/index.php (working copy) @@ -1000,7 +1000,9 @@ $tr = 0; // Header row - $table[$tr][] = '' . t3lib_iconWorks::getSpriteIcon('actions-clip-select') . ''; + $table[$tr][] = '' . + t3lib_iconWorks::getSpriteIcon('actions-document-select') . + ''; $table[$tr][] = ' '; $table[$tr][] = $GLOBALS['LANG']->getLL('label.id'); $table[$tr][] = $GLOBALS['LANG']->getLL('task'); @@ -1543,7 +1545,7 @@ if (empty($this->CMD) || $this->CMD == 'list') { $buttons['reload'] = '