Index: /typo3/sysext/cms/locallang_ttc.xml =================================================================== --- /typo3/sysext/cms/locallang_ttc.xml (revision 32026) +++ /typo3/sysext/cms/locallang_ttc.xml (revision 34284) @@ -36,4 +36,5 @@ + Index: /typo3/sysext/cms/tbl_tt_content.php =================================================================== --- /typo3/sysext/cms/tbl_tt_content.php (revision 32026) +++ /typo3/sysext/cms/tbl_tt_content.php (revision 34284) @@ -40,5 +40,5 @@ 'interface' => array( 'always_description' => 0, - 'showRecordFieldList' => 'CType,header,header_link,bodytext,image,imagewidth,imageorient,media,records,colPos,starttime,endtime,fe_group' + 'showRecordFieldList' => 'CType,header,header_link,bodytext,image,imagewidth,imageorient,media,records,colPos,sys_language_uid,l18n_parent,starttime,endtime,fe_group' ), 'columns' => array( @@ -1933,5 +1933,5 @@ ), '4' => array( - 'showitem' => 'sys_language_uid, l18n_parent, colPos, spaceBefore, spaceAfter, section_frame, sectionIndex', + 'showitem' => 'sys_language_uid, colPos, spaceBefore, spaceAfter, section_frame, sectionIndex', ), '5' => array( @@ -1966,5 +1966,5 @@ ), 'general' => array( - 'showitem' => 'CType;LLL:EXT:cms/locallang_ttc.xml:CType_formlabel, colPos;LLL:EXT:cms/locallang_ttc.xml:colPos_formlabel, sys_language_uid;LLL:EXT:cms/locallang_ttc.xml:sys_language_uid_formlabel', + 'showitem' => 'CType;LLL:EXT:cms/locallang_ttc.xml:CType_formlabel, colPos;LLL:EXT:cms/locallang_ttc.xml:colPos_formlabel, sys_language_uid;LLL:EXT:cms/locallang_ttc.xml:sys_language_uid_formlabel, l18n_parent;LLL:EXT:cms/locallang_ttc.xml:l18n_parent_formlabel', 'canNotCollapse' => 1, ),