Index: t3lib/stddb/tbl_pages.php =================================================================== --- t3lib/stddb/tbl_pages.php (Revision 10050) +++ t3lib/stddb/tbl_pages.php (Arbeitskopie) @@ -111,6 +111,11 @@ 'label' => 'LLL:EXT:lang/locallang_tca.php:php_tree_stop', 'config' => array( 'type' => 'check', + 'items' => array( + '1' => array( + '0' => 'LLL:EXT:lang/locallang_core.xml:labels.enabled', + ), + ), ), ), 'storage_pid' => array( @@ -1035,7 +1040,7 @@ 'canNotCollapse' => 1, ), 'miscellaneous' => array( - 'showitem' => 'is_siteroot;LLL:EXT:cms/locallang_tca.xml:pages.is_siteroot_formlabel, no_search;LLL:EXT:cms/locallang_tca.xml:pages.no_search_formlabel, editlock;LLL:EXT:cms/locallang_tca.xml:pages.editlock_formlabel', + 'showitem' => 'is_siteroot;LLL:EXT:cms/locallang_tca.xml:pages.is_siteroot_formlabel, no_search;LLL:EXT:cms/locallang_tca.xml:pages.no_search_formlabel, editlock;LLL:EXT:cms/locallang_tca.xml:pages.editlock_formlabel, php_tree_stop;LLL:EXT:cms/locallang_tca.xml:pages.php_tree_stop_formlabel', 'canNotCollapse' => 1, ), 'adminsonly' => array( Index: typo3/sysext/cms/locallang_tca.xml =================================================================== --- typo3/sysext/cms/locallang_tca.xml (Revision 10050) +++ typo3/sysext/cms/locallang_tca.xml (Arbeitskopie) @@ -125,6 +125,7 @@ +