Project

General

Profile

Feature #14842 » bug_1243_part1.patch

Administrator Admin, 2005-11-11 15:13

View differences:

TYPO3core_testing/typo3/sysext/cms/tslib/class.tslib_content.php 2005-11-11 12:13:00.000000000 +0100
$link_param = trim($this->stdWrap($conf['parameter'],$conf['parameter.']));
$sectionMark = trim($this->stdWrap($conf['section'],$conf['section.']));
$sectionMark = $sectionMark ? '#'.$sectionMark : '';
$sectionMark = $sectionMark ? '#c'.$sectionMark : '';
$initP = '?id='.$GLOBALS['TSFE']->id.'&type='.$GLOBALS['TSFE']->type;
$this->lastTypoLinkUrl = '';
$this->lastTypoLinkTarget = '';
......
$link_param = trim($link_params_parts[0]); // Link-data del
if (!strcmp($link_param,'')) {$link_param=$GLOBALS['TSFE']->id;} // If no id or alias is given
if ($link_params_parts[1] && !$sectionMark) {
$sectionMark='#'.trim($link_params_parts[1]);
$sectionMark='#c'.trim($link_params_parts[1]);
}
// Splitting the parameter by ',' and if the array counts more than 1 element it's a id/type/? pair
unset($theTypeP);
TYPO3core_testing/typo3/sysext/css_styled_content/static/setup.txt 2005-11-11 12:16:11.000000000 +0100
innerWrap2.insertData = 1
innerWrap2.fieldRequired = linkToTop
dataWrap = <a name="{field:uid}"></a> |
dataWrap = <a id="c{field:uid}"></a> |
editPanel = 1
editPanel {
(1-1/2)