Project

General

Profile

Bug #23952 » 16262_v2.diff

Administrator Admin, 2010-11-05 12:52

View differences:

typo3/class.browse_links.php (working copy)
$titleLen=intval($GLOBALS['BE_USER']->uc['titleLen']);
$mainPageRec = t3lib_BEfunc::getRecordWSOL('pages',$expPageId);
$picon = t3lib_iconWorks::getSpriteIconForRecord('pages', $mainPageRec);
$picon.= htmlspecialchars(t3lib_div::fixed_lgd_cs($mainPageRec['title'],$titleLen));
$picon.= htmlspecialchars(t3lib_div::fixed_lgd_cs(t3lib_BEfunc::getRecordTitle('pages', $mainPageRec), $titleLen));
$out.=$picon.'<br />';
// Look up tt_content elements from the expanded page:
......
$arrCol.
'<a href="#" onclick="return link_typo3Page(\''.$expPageId.'\',\'#'.$row['uid'].'\');">'.
$icon.
htmlspecialchars(t3lib_div::fixed_lgd_cs($row['header'],$titleLen)).
htmlspecialchars(t3lib_div::fixed_lgd_cs(t3lib_BEfunc::getRecordTitle('tt_content', $row) , $titleLen)) .
'</a><br />';
// Finding internal anchor points:
(2-2/3)