Project

General

Profile

Bug #21781 » 12899_v2.diff

Administrator Admin, 2009-12-05 00:36

View differences:

t3lib/class.t3lib_tsstyleconfig.php (working copy)
$printFields = trim($this->ext_printFields($theConstants,$cat));
$content='';
$content.='
<script language="javascript" type="text/javascript"><![CDATA[
function uFormUrl(aname) {
document.'.$this->ext_CEformName.'.action = "'.t3lib_div::linkThisScript().'#"+aname;
$content .= t3lib_div::wrapJS('
function uFormUrl(aname) {
document.' . $this->ext_CEformName . '.action = "' . t3lib_div::linkThisScript() . '#"+aname;
}
]]</script>
';
');
$content .= '<form action="' . htmlspecialchars($script ? $script : t3lib_div::linkThisScript()) . '" name="' . $this->ext_CEformName . '" method="post" enctype="' . $GLOBALS['TYPO3_CONF_VARS']['SYS']['form_enctype'] . '">';
$content.= $addFields;
$content.= $printFields;
(2-2/2)