Project

General

Profile

Actions

Bug #74440

closed

csc-header class missing in tt_content.textpic (css_styled_content)

Added by Bernhard Berger about 8 years ago. Updated almost 8 years ago.

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

Actions #1

Updated by Wouter Wolters about 8 years ago

  • Status changed from New to Needs Feedback
Actions #2

Updated by Markus Klein almost 8 years ago

  • Description updated (diff)
Actions #3

Updated by Wouter Wolters almost 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

Also available in: Atom PDF