Bug #18723 » newrecord.diff
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']);
|
||
}
|
||
|
||
?>
|
||
?>
|