Index: typo3/sysext/version/cm1/index.php =================================================================== --- typo3/sysext/version/cm1/index.php (revision 4822) +++ typo3/sysext/version/cm1/index.php (working copy) @@ -348,14 +348,6 @@ if ($BE_USER->mayMakeShortcut()) { $buttons['shortcut'] = $this->doc->makeShortcutIcon('id, edit_record, pointer, new_unique_uid, search_field, search_levels, showLimit', implode(',', array_keys($this->MOD_MENU)), $this->MCONF['name']); } - - // If access to Web>List for user, then link to that module. - if ($BE_USER->check('modules','web_list')) { - $href = $BACK_PATH . 'db_list.php?id=' . $this->pageinfo['uid'] . '&returnUrl=' . rawurlencode(t3lib_div::getIndpEnv('REQUEST_URI')); - $buttons['record_list'] = '' . - '' . - ''; - } } return $buttons; } @@ -1836,4 +1828,4 @@ $SOBE->main(); $SOBE->printContent(); -?> \ No newline at end of file +?>