Project

General

Profile

Bug #19128 ยป 20080719_tab_jslib.patch

Administrator Admin, 2008-07-21 08:36

View differences:

typo3/template.php (working copy)
break;
}
$tabJScode = '';
// This loads the tabulator-in-textarea feature. It automatically modifies every textarea which is found.
if (!$GLOBALS['BE_USER']->uc['disableTabInTextarea']) {
// This loads the tabulator-in-textarea feature. It automatically modifies every textarea which is found.
$tabJScode = '<script src="'.$this->backPath.'tab.js" type="text/javascript"></script>';
$this->loadJavascriptLib('tab.js');
}
// Construct page header.
......
'.$this->docStyle().'
'.implode("\n", $this->JScodeLibArray).'
'.$this->JScode.'
'.$tabJScode.'
'.$this->wrapScriptTags(implode("\n", $this->JScodeArray)).'
<!--###POSTJSMARKER###-->
</head>
    (1-1/1)