2008-05-28 Benjamin Mack <benni@typo3.org>
+ * Fixed bug #8496: TCEforms: Help Icon is not in the docheader
* Fixed bug #7837: Generate Icons by Default - Part 1
* Fixed bug #8504: help icon is not aligned in TCEform (Thanks to Steffen Kamper)
$body.= $this->compileForm($editForm);
$body.= $this->tceforms->printNeededJSFunctions();
$body.= $this->functionMenus();
- $body.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'TCEforms', $GLOBALS['BACK_PATH'], '<br/>|', FALSE, 'margin-top: 20px;') . '<br /><br />';
$body.= $this->tceformMessages();
}
}
'delete' => '',
'undo' => '',
'history' => '',
- 'columns_only' => ''
+ 'columns_only' => '',
+ 'csh' => '',
);
// Render SAVE type buttons:
}
}
}
+
+ // add the CSH icon
+ $buttons['csh'] = t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'TCEforms', $GLOBALS['BACK_PATH']);
$buttons['shortcut'] = $this->shortCutLink();
$buttons['open_in_new_window'] = $this->openInNewWindowLink();
return $buttons;