2010-04-08 Steffen Kamper <info@sk-typo3.de>
+ * Added feature #12818: Feature: border class is hardcoded [css styled content] (thanks to Susanne Moog)
* Fixed bug #13693: Backend doesn't use pageRenderer methods
2010-04-07 Stanislas Rolland <typo3@sjbr.ca>
# cat=content/cImage/i3; type=int+; label= Image border, padding: Padding left and right to the image, around the border.
borderSpace = 0
# cat=content/cImage/i4; type=string; label= Image border CSS-selector: If you want your border to apply elsewhere, change this setting. E.g. to apply to the whole image+caption, use 'DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image'.
- borderSelector = DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG
+ borderSelector = DIV.{$styles.content.imgtext.borderClass} DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.{$styles.content.imgtext.borderClass} DIV.csc-textpic-single-image IMG
+ # cat=content/cImage/i5; type=string; label= Image border class: The name of the CSS class for creating image borders
+ borderClass = csc-textpic-border
# cat=content/cImage/i5; type=boolean; label= Image row separation: Whether images should be rendered/wrapped in separated rows, e.g. inside a DIV.csc-textpic-imagerow element
separateRows = 1
}
borderCol = {$styles.content.imgtext.borderColor}
borderThick = {$styles.content.imgtext.borderThick}
+ borderClass = {$styles.content.imgtext.borderClass}
colSpace = {$styles.content.imgtext.colSpace}
rowSpace = {$styles.content.imgtext.rowSpace}
textMargin = {$styles.content.imgtext.textMargin}