Project

General

Profile

Bug #21651 » 12709-flash-msg.patch

Administrator Admin, 2009-11-23 18:08

View differences:

typo3/sysext/setup/mod/index.php (Arbeitskopie)
// Notice
$this->content .= $this->doc->spacer(30);
$this->content .= $this->doc->section('', $LANG->getLL('activateChanges'));
$flashMessage = t3lib_div::makeInstance(
't3lib_FlashMessage',
$LANG->getLL('activateChanges'),
'',
t3lib_FlashMessage::INFO
);
$this->content .= $flashMessage->render();
// Setting up the buttons and markers for docheader
$docHeaderButtons = $this->getButtons();
(1-1/7)