Project

General

Profile

Bug #36296 » class.tx_scheduler_module.php_4-7-0.patch

Patch for scheduler in TYPO3 4.7.0 - Alexander Jahn, 2012-04-18 14:59

View differences:

class.tx_scheduler_module.php
'shortcut' => $this->getShortcutButton(),
);
if (empty($this->CMD) || $this->CMD == 'list') {
if (empty($this->CMD) || $this->CMD == 'list' || $this->CMD == 'delete') {
$buttons['reload'] = '<a href="' . $GLOBALS['MCONF']['_'] . '" title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.reload', TRUE) . '">' .
t3lib_iconWorks::getSpriteIcon('actions-system-refresh') .
'</a>';
(3-3/3)