Index: t3lib/stddb/tbl_be.php =================================================================== --- t3lib/stddb/tbl_be.php (revision 10383) +++ t3lib/stddb/tbl_be.php (working copy) @@ -70,7 +70,7 @@ 'foreign_table_where' => 'ORDER BY be_groups.title', 'size' => '5', 'maxitems' => '20', - # 'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'], + 'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'], 'iconsInOptionTags' => 1, 'wizards' => array( '_PADDING' => 1, @@ -143,6 +143,7 @@ 'size' => '3', 'maxitems' => '10', 'autoSizeMax' => 10, + 'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'], 'iconsInOptionTags' => 1, 'wizards' => array( '_PADDING' => 1, @@ -453,6 +454,7 @@ 'size' => '3', 'maxitems' => 20, 'autoSizeMax' => 10, + 'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'], 'iconsInOptionTags' => 1, 'wizards' => array( '_PADDING' => 1, @@ -669,6 +671,7 @@ 'size' => '5', 'autoSizeMax' => 50, 'maxitems' => 20, + 'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'], 'iconsInOptionTags' => 1, ) ) @@ -881,4 +884,4 @@ ) ); -?> \ No newline at end of file +?>