Bug #78327
closedisHiddenPalette removes 'form-section' class
100%
Description
Hi,
If I hide a palette with "isHiddenPalette" param, the next palette is displayed with a top border. In fact, the isHiddenPalette state removes 'form-section' class that is needed to remove the top border.
To fix it I've changed the fieldSetWrap method in PaletteAndSingleContainer class like this :
protected function fieldSetWrap($content, $paletteHidden = false, $label = '') { $fieldSetClass = 'form-section'; if ($paletteHidden) { $fieldSetClass .= ' hide'; } ... }
Can someone commit this little change?
Thanks,
Jérémie
Updated by Gerrit Code Review about 8 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 https://review.typo3.org/50295
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50296
Updated by Eric Chavaillaz about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0d3ade035cbac713164bb267c6f71d246f70139f.
Updated by Christian Kuhn about 8 years ago
example added to styleguide:
https://github.com/7elix/TYPO3.CMS.Styleguide/commit/3b1efa641a56644aca98d1dd48e82aca76c79cb6