Index: typo3/sysext/tstemplate/ts/index.php =================================================================== --- typo3/sysext/tstemplate/ts/index.php (revision 3714) +++ typo3/sysext/tstemplate/ts/index.php (working copy) @@ -181,10 +181,10 @@ $lines = array(); $lines[] = ' - Page name - # Templates - Is Root? - Is Ext? +  Page name  +  # Templates  +  Is Root?  +  Is Ext?  '; $lines = array_merge($lines,$this->renderList($pArray)); @@ -451,15 +451,22 @@ '$k)).'">'. t3lib_iconWorks::getIconImage("pages",t3lib_BEfunc::getRecordWSOL("pages",$k),$GLOBALS["BACK_PATH"],' align="top" title="ID: '.$k.'"'). t3lib_div::fixed_lgd_cs($pArray[$k],30).' - '.$pArray[$k."_"]["count"].' - '.($pArray[$k."_"]["root_max_val"]>0?"x":" ").' - '.($pArray[$k."_"]["root_min_val"]==0?"x":" ").' + '.$pArray[$k."_"]["count"].' + '.($pArray[$k."_"]["root_max_val"]>0 ? '' : " ") . + ' + '.($pArray[$k."_"]["root_min_val"]==0 ? '' : " ") . + ' '; } else { $lines[]=' - '. + '. t3lib_iconWorks::getIconImage("pages",t3lib_BEfunc::getRecordWSOL("pages",$k),$GLOBALS["BACK_PATH"]," align=top"). t3lib_div::fixed_lgd_cs($pArray[$k],30).' + + + '; } $lines=$this->renderList($pArray[$k."."],$lines,$c+1);