Project

General

Profile

Bug #23166 » 15098-ts-errors.patch

Administrator Admin, 2010-07-13 08:55

View differences:

typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php (working copy)
$errMsg[]=($inf[1]).":    ".$inf[0];
}
$theOutput .= $this->pObj->doc->spacer(10);
$theOutput .= $this->pObj->doc->section($GLOBALS['TBE_TEMPLATE']->rfw($GLOBALS['LANG']->getLL('errorsWarnings')), implode($errMsg, "<br />"), 0, 1, 0, 1);
$flashMessage = t3lib_div::makeInstance(
't3lib_FlashMessage',
implode($errMsg, '<br />'),
$GLOBALS['LANG']->getLL('errorsWarnings'),
t3lib_FlashMessage::ERROR
);
$theOutput .= $flashMessage->render();
}
(1-1/3)