Bug #37158
closedMissing labels for backend_layout and backend_layout_next_level
100%
Description
The labels are missing in the listview due to different identifiers in TCA and the language files.
tbl_pages.php
'label' => 'LLL:EXT:cms/locallang_tca.xml:pages.backend_layout' 'label' => 'LLL:EXT:cms/locallang_tca.xml:pages.backend_layout_next_level'
locallang_tca.xml (Version 4.5)
<label index="pages.backend_layout_formlabel">Backend Layout (this page only)</label> <label index="pages.backend_layout_next_level_formlabel">Backend Layout (subpages of this page)</label>
locallang_tca.xlf (Version >= 4.6 )
<trans-unit id="pages.backend_layout_formlabel" xml:space="preserve"> <source>Backend Layout (this page only)</source> </trans-unit> <trans-unit id="pages.backend_layout_next_level_formlabel" xml:space="preserve"> <source>Backend Layout (subpages of this page)</source> </trans-unit>
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11178
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11178
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11178
Updated by Markus Klein over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 64337d82b285eae7b41f69a17f0e683872e09c3f.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/11194
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/11195
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/11196
Updated by Markus Klein over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 646d97513c05f11085b9a8558cff80ca49a71504.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13138
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13253
Updated by Wouter Wolters about 12 years ago
Please close this issue. All affected branches are up to date.
Updated by Stefan Galinski about 12 years ago
- Status changed from Under Review to Closed