Bug #17128 ยป 0005248.patch
t3lib/class.t3lib_tceforms.php (Arbeitskopie) | ||
---|---|---|
function printNeededJSFunctions() {
|
||
// JS evaluation:
|
||
$out = $this->JSbottom($this->formName);
|
||
//
|
||
if ($this->printNeededJS['dbFileIcons']) {
|
||
// Integrate JS functions for the element browser if such fields or IRRE fields were processed:
|
||
if ($this->printNeededJS['dbFileIcons'] || $this->inline->inlineCount) {
|
||
$out.= '
|
||