⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (1.33 KB)
Bug #16413
» rte_his2this.txt
Administrator Admin, 2006-07-30 14:26
Index: C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php
===================================================================
--- C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php (revision 1651)
+++ C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php (working copy)
@@ -1634,7 +1634,7 @@
$titleLen=intval($GLOBALS['BE_USER']->uc['titleLen']);
$mainPageRec = t3lib_BEfunc::getRecord('pages',$expPageId);
$picon=t3lib_iconWorks::getIconImage('pages',$mainPageRec,$BACK_PATH,'');
- if($his->typoVersion >= 3007000 ) {
+ if($this->typoVersion >= 3007000 ) {
$picon.= htmlspecialchars(t3lib_div::fixed_lgd_cs($mainPageRec['title'],$titleLen));
} else {
$picon.= htmlspecialchars(t3lib_div::fixed_lgd($mainPageRec['title'],$titleLen));
@@ -1662,7 +1662,7 @@
$arrCol='';
}
// Putting list element HTML together:
- if($his->typoVersion >= 3007000 ) {
+ if($this->typoVersion >= 3007000 ) {
$out.='<img'.t3lib_iconWorks::skinImg($BACK_PATH,'gfx/ol/join'.($c==$cc?'bottom':'').'.gif','width="18" height="16"').' alt="" />'.
$arrCol.
'<a href="#" onclick="return link_typo3Page(\''.$expPageId.'\',\'#'.$row['uid'].'\');">'.
« Previous
1
2
3
Next »
(1-1/3)
Loading...