Project

General

Profile

Bug #21235 ยป 12188_no_flashmsg_in_navframe.diff

Administrator Admin, 2009-10-11 17:31

View differences:

typo3/template.php (Arbeitskopie)
protected $pageRenderer;
protected $pageHeaderFooterTemplateFile = ''; // alternative template file
/**
* Whether flashmessages should be rendered or not
*
* @var $showFlashMessages
*/
public $showFlashMessages = TRUE;
/**
* Constructor
if ($this->showFlashMessages == TRUE) {
typo3/alt_db_navframe.php (Arbeitskopie)
$this->doc = t3lib_div::makeInstance('template');
$this->doc->backPath = $BACK_PATH;
$this->doc->setModuleTemplate('templates/alt_db_navframe.html');
$this->doc->showFlashMessages = FALSE;
// get HTML-Template
typo3/alt_file_navframe.php (Arbeitskopie)
$this->doc = t3lib_div::makeInstance('template');
$this->doc->backPath = $BACK_PATH;
$this->doc->setModuleTemplate('templates/alt_file_navframe.html');
$this->doc->showFlashMessages = FALSE;
// Adding javascript code for AJAX (prototype), drag&drop and the filetree as well as the click menu code
$this->doc->getDragDropCode('folders');
    (1-1/1)