Project

General

Profile

Bug #18723 » newrecord.diff

Administrator Admin, 2008-04-28 12:59

View differences:

typo3/class.db_list_extra.inc (working copy)
if (!$TCA[$table]['ctrl']['readOnly']) {
// If new records can be created on this page, add links:
if ($this->calcPerms&($table=='pages'?8:16) && $this->showNewRecLink($table)) {
if ($this->calcPerms&($table=='pages'?8:16) && $this->showNewRecLink($table) && !$GLOBALS['SOBE']->modTSconfig['properties']['noCreateRecordsLink']) {
if ($table=="tt_content" && $this->newWizards) {
// If mod.web_list.newContentWiz.overrideWithExtension is set, use that extension's create new content wizard instead:
$tmpTSc = t3lib_BEfunc::getModTSconfig($this->pageinfo['uid'],'mod.web_list');
......
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/class.db_list_extra.inc']);
}
?>
?>
(2-2/3)