Actions
Feature #16623
closedsysext/cms/layout/db_layout.php vs. alt_doc.php/alt_palette.php -- printContent
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
Actions