Index: typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php =================================================================== --- typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php (Revision 7113) +++ typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php (Arbeitskopie) @@ -122,10 +122,15 @@ $hierar = implode(array_reverse($tmpl->ext_getTemplateHierarchyArr($tmpl->hierarchyInfoArr, "", array(), 1)), ""); $hierar= '' . $head . $hierar . '
'; + $theOutput.=$this->pObj->doc->spacer(5); $theOutput.=$this->pObj->doc->section($GLOBALS['LANG']->getLL('templateHierarchy', true), $hierar, 0, 1); + $completeLink= '

view the complete TS Listing

'; + $theOutput.=$this->pObj->doc->spacer(5); + $theOutput.=$this->pObj->doc->section("Complete TS:",$completeLink,0,1); + // Output options $theOutput.=$this->pObj->doc->spacer(25); $theOutput.=$this->pObj->doc->divider(0);