Project

General

Profile

Bug #13003 ยป v1.patch

Tolleiv Nietsch, 2011-02-12 18:08

View differences:

Classes/Controller/ReviewController.php (working copy)
$this->view->assign('showGrid', true);
$this->view->assign('showAllWorkspaceTab', false);
$this->view->assign('workspaceList', $wsList);
$this->view->assign('backendDomain', t3lib_div::getIndpEnv('TYPO3_HOST_ONLY'));
$this->pageRenderer->addInlineSetting('Workspaces', 'singleView', '1');
}
Resources/Private/Templates/Review/SingleIndex.html (working copy)
<f:layout name="nodoc" />
<f:section name="main">
<div id="workspacegrid"></div>
<script type="text/javascript">
document.domain = '{backendDomain}';
</script>
<div id="workspacegrid"></div>
</f:section>
    (1-1/1)