Project

General

Profile

Bug #26709 ยป demo.diff

Daniel Alder, 2011-05-10 09:06

View differences:

/typo3/sysext/cms/locallang_ttc.xml (revision 34284)
<label index="colPos">Columns:</label>
<label index="colPos_formlabel">Column</label>
<label index="l18n_parent_formlabel">Parent</label>
<label index="colPos.I.0">Left</label>
<label index="colPos.I.2">Right</label>
/typo3/sysext/cms/tbl_tt_content.php (revision 34284)
'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(
......
),
'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(
......
),
'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,
),
    (1-1/1)