Bug #21194 » 12129.diff
typo3/mod/tools/em/class.em_index.php (working copy) | ||
---|---|---|
$content = $this->doc->startPage('Extension Manager');
|
||
$content.= $this->doc->moduleBody($this->pageinfo, $docHeaderButtons, $markers);
|
||
$contentParts=explode('###CONTENT###',$content);
|
||
ob_end_flush();
|
||
echo $contentParts[0].$this->content;
|
||
// sometimes there seem to more levels of output buffers, so end all
|
||
while (ob_get_level()) {
|
||
flush();
|
||
ob_end_flush();
|
||
}
|
||
$this->doPrintContent = FALSE;
|
||
flush();
|
||
echo '
|
||
<br />
|
||
... | ... | |
</script>
|
||
');
|
||
flush();
|
||
$translationStatusArr = $this->terConnection->fetchTranslationStatus($extKey,$mirrorURL);
|
||
echo ('<tr class="bgColor4"><td>'.$extKey.'</td>');
|
||
... | ... | |
$content = $this->doc->startPage('Extension Manager');
|
||
$content.= $this->doc->moduleBody($this->pageinfo, $docHeaderButtons, $markers);
|
||
$contentParts=explode('###CONTENT###',$content);
|
||
ob_end_flush();
|
||
echo $contentParts[0].$this->content;
|
||
// sometimes there seem to more levels of output buffers
|
||
while (ob_get_level()) {
|
||
flush();
|
||
ob_end_flush();
|
||
}
|
||
$this->doPrintContent = FALSE;
|
||
flush();
|
||
echo ('
|
||
<br />
|
||
... | ... | |
</script>
|
||
');
|
||
flush();
|
||
$translationStatusArr = $this->terConnection->fetchTranslationStatus($extKey,$mirrorURL);
|
||
echo ('<tr class="bgColor4"><td>'.$extKey.'</td>');
|