Bug #36296 » class.tx_scheduler_module.php_4-6-8.patch
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>';
|