Feature #19161 ยป position_editpanel.diff
typo3_src.new/typo3/sysext/cms/tslib/class.tslib_content.php 2008-07-28 14:17:36.000000000 +0200 | ||
---|---|---|
// wrap the complete panel
|
||
if ($conf['outerWrap']) $panel = $this->wrap($panel,$conf['outerWrap']);
|
||
if ($conf['outerWrap.']) $panel = $this->stdWrap($panel,$conf['outerWrap.']);
|
||
$finalOut = $content.$panel;
|
||
if ($conf['printBeforeContent']) {
|
||
$finalOut = $panel.$content;
|
||
}
|
||
else {
|
||
$finalOut = $content.$panel;
|
||
}
|
||
break;
|
||
}
|
||