Project

General

Profile

Actions

Feature #16623

closed

sysext/cms/layout/db_layout.php vs. alt_doc.php/alt_palette.php -- printContent

Added by Stefan Galinski about 18 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-10-06
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

Description

Since version 4.0.2 of TYPO3 alt_doc.php and alt_palette.php contains support to add JS/Styles through the doc object in wizards. This wasnt done for db_layout.php (quickedit). I need an XClass at the moment to avoid this problem.. Please let me know if anybody has a better idea (EXT:date2cal).

The printContent method in this class should be something like this...

function printContent() {
$this->content = $this->doc->insertStylesAndJS($this->content);
echo $this->content;
}

I hope this problem can be fixed in version 4.1.0... Thanks in advance!

(issue imported from #M4340)


Files

4330_dblayout_printContent.diff (423 Bytes) 4330_dblayout_printContent.diff Administrator Admin, 2008-03-15 15:40
Actions

Also available in: Atom PDF