Project

General

Profile

Bug #36515 ยป checktab.diff

Daniel Minder, 2013-03-13 16:39

View differences:

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 . '
]
});
    (1-1/1)