Project

General

Profile

Bug #24290 » patch_16676_2.diff

Christian Ludwig, 2012-07-18 20:53

View differences:

typo3/sysext/css_styled_content/static/constants.txt
splash.bgCol = white
}
# cat=content/cHeader/position; type=list; label= Headline position (Text & Images): A list of image position ids where the headline is placed below the image
styles.content.imgtext.headlineBelow = 25,26
# cat=advanced; type=int+; label= News Content PID: If your template has a column with "news"-content fetched from another page-id, this is where you enter the id-number of that page!
styles.content.getNews.newsPid = 0
typo3/sysext/css_styled_content/static/setup.txt
tt_content.textpic = COA
tt_content.textpic {
10 = COA
10.if.value = 25
10.if.isLessThan.field = imageorient
10.10 = < lib.stdheader
10 {
if.value = {$styles.content.imgtext.headlineBelow}
if.isInList.field = imageorient
if.negate = 1
10 = < lib.stdheader
}
20 = < tt_content.image.20
20 {
text.10 = COA
text.10 {
if.value = 24
if.isGreaterThan.field = imageorient
if.value = {$styles.content.imgtext.headlineBelow}
if.isInList.field = imageorient
10 = < lib.stdheader
10.stdWrap.dataWrap = <div class="csc-textpicHeader csc-textpicHeader-{field:imageorient}">|</div>
}
text.20 = < tt_content.text.20
text.20.wrap = <div class="csc-textpicBody"> | </div>
text.wrap = <div class="csc-textpic-text"> | </div>
}
}
typo3/sysext/css_styled_content/static/v4.7/constants.txt
splash.bgCol = white
}
# cat=content/cHeader/position; type=list; label= Headline position (Text & Images): A list of image position ids where the headline is placed below the image
styles.content.imgtext.headlineBelow = 25,26
# cat=advanced; type=int+; label= News Content PID: If your template has a column with "news"-content fetched from another page-id, this is where you enter the id-number of that page!
styles.content.getNews.newsPid = 0
typo3/sysext/css_styled_content/static/v4.7/setup.txt
tt_content.textpic = COA
tt_content.textpic {
10 = COA
10.if.value = 25
10.if.isLessThan.field = imageorient
10.10 = < lib.stdheader
10 {
if.value = {$styles.content.imgtext.headlineBelow}
if.isInList.field = imageorient
if.negate = 1
10 = < lib.stdheader
}
20 = < tt_content.image.20
20 {
text.10 = COA
text.10 {
if.value = 24
if.isGreaterThan.field = imageorient
if.value = {$styles.content.imgtext.headlineBelow}
if.isInList.field = imageorient
10 = < lib.stdheader
10.stdWrap.dataWrap = <div class="csc-textpicHeader csc-textpicHeader-{field:imageorient}">|</div>
}
text.20 = < tt_content.text.20
text.20.wrap = <div class="csc-textpicBody"> | </div>
text.wrap = <div class="csc-textpic-text"> | </div>
}
}
(2-2/2)