Actions
Bug #74440
closedcsc-header class missing in tt_content.textpic (css_styled_content)
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
It seems that somewhere in TYPO3 7.x the .csc-header class went missing from tt_content.textpic which caused some massive problems when I just updated a project from 6.x to 7.x.
tt_content.textpic = COA tt_content.textpic { 10 = COA 10.if.value = 25 10.if.isLessThan.field = imageorient 10.10 = < lib.stdheader 20 = < tt_content.image.20 20 { text.10 = COA text.10 { if.value = 24 if.isGreaterThan.field = imageorient 10 = < lib.stdheader 10.stdWrap.dataWrap = <div class="csc-textpicHeader csc-textpicHeader-{field:imageorient}">|</div> } text.20 = < tt_content.text.20 text.wrap = <div class="csc-textpic-text"> | </div> } }
I've attached a patch that fixes this issue..
Files
Updated by Wouter Wolters over 8 years ago
- Status changed from New to Needs Feedback
This was never there :-) I checked all the way back to TYPO3 4.0
https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_4-0/typo3/sysext/css_styled_content/static/setup.txt
Updated by Wouter Wolters over 8 years ago
- Status changed from Needs Feedback to Closed
No response for 3 months. Furthermore this has been this way since ages and we can;t change this to the value you suggest in stable branches anymore.
Actions