Bug #68553
closedduplicated fields in TABLE content element
100%
Description
Steps to reproduce (TYPO3 7.4-dev, latest master)
1. in TS template, include: css_styled_content
2. disable the extension "compatibility6"
3. create a new content element, type:table
Results:
"table" tab > there are the fields "Backgr. Color", "border", "cellspacing", "cellpadding"
"appereance" tab > there are the fields. "background color", "Border Size (px)", "cellspacing (px)", "cellpadding (px)"
Updated by Markus Klein over 9 years ago
- Assignee set to Patrick Broens
- Priority changed from Should have to Must have
- Target version set to 7.4 (Backend)
- Sprint Focus set to Stabilization Sprint
css_styled_content/Configuration/TCA/Overrides/tt_content.php
--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:CType.I.5, --palette--;;10, cols, bodytext, pi_flexform, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.appearance, --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.frames;frames, --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.table_layout;tablelayout,
--palette--;;10,
and --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.table_layout;tablelayout,
are the same
Updated by Riccardo De Contardi over 9 years ago
As Markus pointed out, this is a css_styled_content issue; my additional question (maybe silly): I see that the labels are different: "Backgr. Color" vs. "Background color", etc....
there might be also an issue about "redundant" labels?
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42035
Updated by Georg Ringer over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fe6848899e9fc35042d3b8b43ab8a3e184de4694.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed