35 'title' => $helpTextArray[
'title'],
36 'description' =>
'<p class="t3-help-short' . ($moreIcon ?
' tipIsLinked' :
'') .
'">' . $helpTextArray[
'description'] . $moreIcon .
'</p>',
37 'id' => $table .
'.' . $field,
38 'moreInfo' => $helpTextArray[
'moreInfo']
50 if (!isset(
$GLOBALS[
'TCA_DESCR'][$table][
'columns'])) {
51 $GLOBALS[
'LANG']->loadSingleTableDescription($table);
53 if (is_array(
$GLOBALS[
'TCA_DESCR'][$table]) && is_array(
$GLOBALS[
'TCA_DESCR'][$table][
'columns'])) {
55 foreach (
$GLOBALS[
'TCA_DESCR'][$table][
'columns'] as $field => $data) {
56 $output[$field] = array(
57 'description' => NULL,
60 'id' => $table .
'.' . $field
63 if ($data[
'alttitle']) {
64 $output[$field][
'title'] = $data[
'alttitle'];
67 if ($data[
'image_descr'] || $data[
'seeAlso'] || $data[
'details'] || $data[
'syntax']) {
68 $output[$field][
'moreInfo'] = TRUE;
71 if ($data[
'description']) {
72 $output[$field][
'description'] = $data[
'description'] . ($output[$field][
'moreInfo'] ? $arrow :
'');
getContextHelp($table, $field)
getTableContextHelp($table)
static getSpriteIcon($iconName, array $options=array(), array $overlays=array())
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
static helpTextArray($table, $field)