Project

General

Profile

Bug #18077 » 20080128_csh_popup-flexform-corrected.diff

Administrator Admin, 2008-01-29 18:43

View differences:

class.t3lib_tceforms.php (working copy)
'title' => $fieldTitle
)));
$aOnClick = 'vHWin=window.open(\''.$this->backPath.'view_help.php?ffID=' . $params . '\',\'viewFieldHelp\',\'height=400,width=600,status=0,menubar=0,scrollbars=1\');vHWin.focus();return false;';
return '<a href="#" onclick="'.htmlspecialchars($aOnClick).'">'.
'<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/helpbubble.gif','width="14" height="14"').' hspace="2" border="0" class="absmiddle"'.($GLOBALS['CLIENT']['FORMSTYLE']?' style="cursor:help;"':'').' alt="" />'.
'</a>';
return '<span><a class="typo3-csh-link" href="#" onclick="'.htmlspecialchars($aOnClick).'">'.'<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/helpbubble.gif','width="14" height="14"').' hspace="2" border="0" class="typo3-csh-icon absmiddle"'.($GLOBALS['CLIENT']['FORMSTYLE']?' style="cursor:help;"':'').' alt="" /><span class="typo3-csh-inline">'.$value.'</span></a></span>';
}
}
return '';
(1-1/2)