Project

General

Profile

Feature #18652 » bug_8176_disablePageVersionButton_v2.diff

Administrator Admin, 2008-04-20 18:12

View differences:

typo3/sysext/cms/layout/db_layout.php (working copy)
$dblist->ext_function = $this->MOD_SETTINGS['function'];
// Render versioning selector:
$dblist->HTMLcode.= $this->doc->getVersionSelector($this->id);
$dblist->HTMLcode.= $this->modTSconfig['properties']['disableCreatePageVersionButton'] ? '' : $this->doc->getVersionSelector($this->id);
// Generate the list of elements here:
$dblist->generateList();
(3-3/3)