# This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- class.tx_scheduler_module.php +++ class.tx_scheduler_module.php @@ -1565,7 +1565,7 @@ 'shortcut' => $this->getShortcutButton(), ); - if (empty($this->CMD) || $this->CMD == 'list') { + if (empty($this->CMD) || $this->CMD == 'list' || $this->CMD == 'delete') { $buttons['reload'] = '' . t3lib_iconWorks::getSpriteIcon('actions-system-refresh') . '';