Index: typo3/sysext/reports/ext_tables.php =================================================================== --- typo3/sysext/reports/ext_tables.php (revision 6074) +++ typo3/sysext/reports/ext_tables.php (working copy) @@ -22,6 +22,7 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status']['security'] = 'tx_reports_reports_status_SecurityStatus'; $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status']['configuration'] = 'tx_reports_reports_status_ConfigurationStatus'; + $GLOBALS['TYPO3_CONF_VARS']['BE']['AJAX']['Reports::saveCollapseState'] = t3lib_extMgm::extPath($_EXTKEY) . 'reports/class.tx_reports_reports_status.php:tx_reports_reports_Status->saveCollapseState'; } ?> \ No newline at end of file Index: typo3/sysext/reports/mod/index.php =================================================================== --- typo3/sysext/reports/mod/index.php (revision 6074) +++ typo3/sysext/reports/mod/index.php (working copy) @@ -58,6 +58,7 @@ t3lib_extMgm::extPath('reports') . 'mod/mod_template.html' ); $this->doc->backPath = $GLOBALS['BACK_PATH']; + $this->doc->getPageRenderer()->loadScriptaculous('effects'); $this->doc->addStyleSheet( 'tx_reports', '../' . t3lib_extMgm::siteRelPath('reports') . 'mod/mod_styles.css' @@ -107,7 +108,6 @@ // Draw the form $this->doc->form = '