Index: t3lib/class.t3lib_fullsearch.php =================================================================== --- t3lib/class.t3lib_fullsearch.php (revision 7766) +++ t3lib/class.t3lib_fullsearch.php (working copy) @@ -660,7 +660,7 @@ $params = '&edit['.$table.']['.$row['uid'].']=edit'; $out.=''; if (!$row['deleted']) { - $out .= '' . t3lib_iconWorks::getSpriteIcon('actions-system-search') . ''; + $out .= '' . t3lib_iconWorks::getSpriteIcon('status-dialog-information') . ''; $out .= '' . t3lib_iconWorks::getSpriteIcon('actions-document-open') . ''; } else { $out.= ''; Index: t3lib/class.t3lib_tceforms_inline.php =================================================================== --- t3lib/class.t3lib_tceforms_inline.php (revision 7766) +++ t3lib/class.t3lib_tceforms_inline.php (working copy) @@ -432,7 +432,7 @@ $appearanceStyleFields = ' style="display: none;"'; } } - + if ($config['renderFieldsOnly']) { $out = $fields . $combination; } else { @@ -616,7 +616,7 @@ // "Info": (All records) if ($enabledControls['info'] && !$isNewItem) { $cells['info']=''. - t3lib_iconWorks::getSpriteIcon('actions-system-search', array('title' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_web_list.xml:showInfo', TRUE))). + t3lib_iconWorks::getSpriteIcon('status-dialog-information', array('title' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_web_list.xml:showInfo', TRUE))). ''; } // If the table is NOT a read-only table, then show these links: @@ -678,7 +678,7 @@ if ($enabledControls['delete'] && ($isPagesTable && $localCalcPerms&4 || !$isPagesTable && $calcPerms&16)) { $onClick = "inline.deleteRecord('".$nameObjectFtId."');"; $cells['delete']=''. - t3lib_iconWorks::getSpriteIcon('actions-edit-delete', array('title' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_web_list.xml:delete', TRUE))) . + t3lib_iconWorks::getSpriteIcon('actions-edit-delete', array('title' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_web_list.xml:delete', TRUE))) . ''; } // If this is a virtual record offer a minimized set of icons for user interaction: @@ -686,7 +686,7 @@ if ($enabledControls['localize'] && isset($rec['__create'])) { $onClick = "inline.synchronizeLocalizeRecords('".$nameObjectFt."', ".$rec['uid'].");"; $cells['localize'] = '' . - t3lib_iconWorks::getSpriteIcon('actions-localize', array('title' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_misc.xml:localize', TRUE))) . + t3lib_iconWorks::getSpriteIcon('actions-document-localize', array('title' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_misc.xml:localize', TRUE))) . ''; } } @@ -694,7 +694,7 @@ // If the record is edit-locked by another user, we will show a little warning sign: if ($lockInfo=t3lib_BEfunc::isRecordLocked($foreign_table,$rec['uid'])) { $cells['locked']=''. - t3lib_iconWorks::getSpriteIcon('status-record-warning', array('title' => htmlspecialchars($lockInfo['msg']))) . + t3lib_iconWorks::getSpriteIcon('status-record-warning', array('title' => htmlspecialchars($lockInfo['msg']))) . ''; } @@ -979,7 +979,7 @@ * @return void */ public function processAjaxRequest($params, $ajaxObj) { - + $ajaxArguments = t3lib_div::_GP('ajax'); $ajaxIdParts = explode('::', $GLOBALS['ajaxID'], 2); @@ -1319,8 +1319,8 @@ // Return the JSON array: return $jsonArray; } - + /** * Generates a JSON array which executes the changes and thus updates the forms view. * Index: typo3/sysext/reports/reports/class.tx_reports_reports_status.php =================================================================== --- typo3/sysext/reports/reports/class.tx_reports_reports_status.php (revision 7766) +++ typo3/sysext/reports/reports/class.tx_reports_reports_status.php (working copy) @@ -126,7 +126,7 @@ tx_reports_reports_status_Status::ERROR => 'error', ); - $icon[tx_reports_reports_status_Status::WARNING] = t3lib_iconWorks::getSpriteIcon('status-warning'); + $icon[tx_reports_reports_status_Status::WARNING] = t3lib_iconWorks::getSpriteIcon('status-dialog-warning'); $icon[tx_reports_reports_status_Status::ERROR] = t3lib_iconWorks::getSpriteIcon('status-dialog-error'); $messages = ''; $headerIcon = ''; @@ -142,7 +142,7 @@ '###CONTENT###' => $status->getMessage(), )); } - if ($sectionSeverity > 0) { + if ($sectionSeverity > 0) {t3lib_div::debug($sectionSeverity); $headerIcon = $icon[$sectionSeverity]; } $content .= '

' . $headerIcon . $provider . '