Actions
Bug #17493
closedincorrect TS editicons on CType HTML
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2007-08-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Content type HTML has editicon settings to show field 'pages' from table 'tt_content', which doesn't make any sense.
current static/setup.txt (v4.1.2), lines 1129 & 1130:
editIcons = tt_content: pages
editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.php:eIcon.html
Should be:
editIcons = tt_content:bodytext
editIcons.beforeLastTag = 1
editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.php:eIcon.html
(issue imported from #M6070)
Files
Actions