Project

General

Profile

Bug #18556 » bug_8009_v2.diff

Administrator Admin, 2008-04-04 01:23

View differences:

t3lib/class.t3lib_tsparser.php (Arbeitskopie)
$tsFuncArg = $match[2];
list ($currentValue) = $this->getVal($objStrName,$setup);
$tsFuncArg = str_replace(
array('\\\\', '\n','\t'),
array('\\', chr(10),chr(9)),
$tsFuncArg
);
switch ($tsFunc) {
case 'prependString':
$newValue = $tsFuncArg . $currentValue;
typo3/sysext/css_styled_content/static/setup.txt (Arbeitskopie)
# new IMAGE features with last row configuration
[compatVersion = 4.2.0]
plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE := appendString(
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
)
plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE := appendString(\nDIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; })
tt_content.image.20.rendering {
dl.imageLastRowStdWrap.dataWrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-last" style="width:{register:rowwidth}px;"> | </div>
(2-2/2)