Index: typo3/sysext/scheduler/mod1/index.php =================================================================== --- typo3/sysext/scheduler/mod1/index.php (revision 10194) +++ typo3/sysext/scheduler/mod1/index.php (working copy) @@ -1547,6 +1547,7 @@ */ protected function getTemplateMarkers() { $markers = array( + 'CSH' => t3lib_BEfunc::wrapInHelp('_MOD_tools_txschedulerM1', ''), 'FUNC_MENU' => $this->getFunctionMenu(), 'CONTENT' => $this->content, 'TITLE' => $GLOBALS['LANG']->getLL('title'), @@ -1578,7 +1579,6 @@ */ protected function getDocHeaderButtons() { $buttons = array( - 'csh' => t3lib_BEfunc::cshItem('_MOD_tools_txschedulerM1', '', $this->backPath), 'reload' => '', 'shortcut' => $this->getShortcutButton(), ); Index: typo3/sysext/scheduler/mod1/mod_template.html =================================================================== --- typo3/sysext/scheduler/mod1/mod_template.html (revision 10194) +++ typo3/sysext/scheduler/mod1/mod_template.html (working copy) @@ -3,11 +3,11 @@
-
###BUTTONLIST_LEFT###
+
###BUTTONLIST_RIGHT###
-
###FUNC_MENU###
+
###CSH###
###FUNC_MENU###
@@ -26,10 +26,6 @@
###BUTTONS###
- -###CSH### - - ###RELOAD######SHORTCUT###