Actions
Bug #87097
closedStyling of TCA description text with custom css selector
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2018-12-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The TCA description has no css selector and uses the default text color. Editors have no visual difference between the label and the description text.
Actual:
$resultArray['html'] = htmlspecialchars($fieldInformationText);
Should be:
$resultArray['html'] = '<span class="formengine-field-item-description text-muted">'.htmlspecialchars($fieldInformationText). '</span>';
Updated by Gerrit Code Review about 6 years ago
- Status changed from In Progress 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 https://review.typo3.org/59051
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59051
Updated by Joerg Boesche about 6 years ago
- Tracker changed from Feature to Bug
- TYPO3 Version set to 9
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59051
Updated by Joerg Boesche about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1e94de8cbfafa6d4601f42ae5c36cb5df1072e74.
Actions