Index: typo3/sysext/scheduler/mod1/index.php =================================================================== --- typo3/sysext/scheduler/mod1/index.php (revision 8939) +++ typo3/sysext/scheduler/mod1/index.php (working copy) @@ -497,7 +497,7 @@ $table[$tr][] = $classInfo['extension']; $table[$tr][] = $classInfo['description']; $link = $GLOBALS['MCONF']['_'] . '&SET[function]=list&CMD=add&tx_scheduler[class]=' . $class; - $table[$tr][] = '' . t3lib_iconWorks::getSpriteIcon('actions-document-new') . ''; + $table[$tr][] = '' . t3lib_iconWorks::getSpriteIcon('actions-document-new') . ''; $tr++; } @@ -1031,7 +1031,7 @@ $tr = 0; // Header row - $table[$tr][] = '' . + $table[$tr][] = '' . t3lib_iconWorks::getSpriteIcon('actions-document-select') . ''; $table[$tr][] = ' '; @@ -1047,9 +1047,9 @@ // Loop on all tasks while (($schedulerRecord = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res))) { // Define action icons - $editAction = '' . t3lib_iconWorks::getSpriteIcon('actions-document-open') . ''; - $deleteAction = '' . t3lib_iconWorks::getSpriteIcon('actions-edit-delete') . ''; - $stopAction = 'backPath, t3lib_extMgm::extRelPath('scheduler') . '/res/gfx/stop.png') . ' alt="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:stop') . '" />'; + $editAction = '' . t3lib_iconWorks::getSpriteIcon('actions-document-open') . ''; + $deleteAction = '' . t3lib_iconWorks::getSpriteIcon('actions-edit-delete') . ''; + $stopAction = 'backPath, t3lib_extMgm::extRelPath('scheduler') . '/res/gfx/stop.png') . ' alt="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:stop') . '" />'; // Define some default values $lastExecution = '-'; $isRunning = false;