Index: t3lib/config_default.php =================================================================== --- t3lib/config_default.php (Revision 9964) +++ t3lib/config_default.php (Arbeitskopie) @@ -249,7 +249,7 @@ 'loginNewsTitle' => '', // Define alternative header message for the LoginNews. If this var is empty, the default header "Important messages:" is displayed. 'XLLfile' => array(), // @deprecated For extension/overriding of the arrays in 'locallang' files in the backend. See 'Inside TYPO3' for more information. 'notificationPrefix' => '[TYPO3 Note]', // String: Used to prefix the subject of mails sent in the taskcenter - 'accessListRenderMode' => 'singlebox', // Can be "singlebox", "checkbox" or blank. Refers to the "renderMode" for the selector boxes in be-groups configuration. + 'accessListRenderMode' => 'checkbox', // Can be "singlebox", "checkbox" or blank. Refers to the "renderMode" for the selector boxes in be-groups configuration. 'explicitADmode' => 'explicitDeny', // Sets the general allow/deny mode for selector box values. Value can be either "explicitAllow" or "explicitDeny", nothing else! 'TSconfigConditions' => TRUE, // Boolean: When set it is possible to have TypoScript like conditions in BE Page/User/Group TS-Config 'niceFlexFormXMLtags' => TRUE, // If set, the flexform XML will be stored with meaningful tags which can be validated with DTD schema. If you rely on custom reading of the XML from pre-4.0 versions you should set this to false if you don't like to change your reader code (internally it is insignificant since t3lib_div::xml2array() doesn't care for the tags if the index-attribute value is set) Index: t3lib/stddb/tbl_be.php =================================================================== --- t3lib/stddb/tbl_be.php (Revision 9964) +++ t3lib/stddb/tbl_be.php (Arbeitskopie) @@ -144,7 +144,6 @@ 'size' => '3', 'maxitems' => '10', 'autoSizeMax' => 10, - 'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'], 'iconsInOptionTags' => 1, 'wizards' => array( '_PADDING' => 1, @@ -458,7 +457,6 @@ 'size' => '3', 'maxitems' => 20, 'autoSizeMax' => 10, - 'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'], 'iconsInOptionTags' => 1, 'wizards' => array( '_PADDING' => 1, @@ -677,7 +675,6 @@ 'size' => '5', 'autoSizeMax' => 50, 'maxitems' => 20, - 'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'], 'iconsInOptionTags' => 1, ) )