Bug #36515 ยป checktab.diff
modfuncreport/class.tx_linkvalidator_modfuncreport.php 2013-03-13 16:19:56.000000000 +0100 | ||
---|---|---|
protected function createTabs() {
|
||
$panelCheck = '';
|
||
if ($this->modTS['showCheckLinkTab'] == 1) {
|
||
$panelCheck = '{
|
||
$panelCheck = ',
|
||
{
|
||
title: TYPO3.lang.CheckLink,
|
||
html: ' . json_encode($this->flush()) . '
|
||
}';
|
||
... | ... | |
autoHeight: true,
|
||
title: TYPO3.lang.Report,
|
||
html: ' . json_encode($this->flush(TRUE)) . '
|
||
},
|
||
' . $panelCheck . '
|
||
}' . $panelCheck . '
|
||
]
|
||
});
|