Feature #22284 ยป 13825_ts_analyzer_showall.patch
typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php (Arbeitskopie) | ||
---|---|---|
$theOutput.=$this->pObj->doc->spacer(5);
|
||
$theOutput.=$this->pObj->doc->section($GLOBALS['LANG']->getLL('templateHierarchy', true), $hierar, 0, 1);
|
||
$completeLink = '<p><a href="index.php?id=' . $GLOBALS['SOBE']->id . '&template=all">' . $GLOBALS['LANG']->getLL('viewCompleteTS', true) . '</a></p>';
|
||
$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);
|
typo3/sysext/tstemplate_analyzer/locallang.xml (Arbeitskopie) | ||
---|---|---|
<label index="blockMode">Block mode</label>
|
||
<label index="constants">Constants:</label>
|
||
<label index="setup">Setup:</label>
|
||
<label index="viewCompleteTS">View the complete TS Listing</label>
|
||
<label index="completeTS">Complete TS:</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|