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) @@ -125,7 +125,11 @@ $theOutput.=$this->pObj->doc->spacer(5); $theOutput.=$this->pObj->doc->section($GLOBALS['LANG']->getLL('templateHierarchy', true), $hierar, 0, 1); + $completeLink = '

' . $GLOBALS['LANG']->getLL('viewCompleteTS', true) . '

'; + $theOutput .= $this->pObj->doc->spacer(5); + $theOutput .= $this->pObj->doc->section($GLOBALS['LANG']->getLL('completeTS', true), $completeLink, 0, 1); + // Output options $theOutput.=$this->pObj->doc->spacer(25); $theOutput.=$this->pObj->doc->divider(0); Index: typo3/sysext/tstemplate_analyzer/locallang.xml =================================================================== --- typo3/sysext/tstemplate_analyzer/locallang.xml (Revision 7113) +++ typo3/sysext/tstemplate_analyzer/locallang.xml (Arbeitskopie) @@ -23,6 +23,8 @@ + + \ No newline at end of file