Project

General

Profile

Actions

Bug #87097

closed

Styling of TCA description text with custom css selector

Added by Joerg Boesche over 5 years ago. Updated almost 5 years ago.

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>';

Actions #1

Updated by Gerrit Code Review over 5 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

Actions #2

Updated by Gerrit Code Review over 5 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

Actions #3

Updated by Joerg Boesche over 5 years ago

  • Tracker changed from Feature to Bug
  • TYPO3 Version set to 9
Actions #4

Updated by Gerrit Code Review over 5 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

Actions #5

Updated by Joerg Boesche over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF