Index: typo3/sysext/cms/layout/db_layout.php =================================================================== --- typo3/sysext/cms/layout/db_layout.php (revision 7925) +++ typo3/sysext/cms/layout/db_layout.php (working copy) @@ -1114,7 +1114,7 @@ // Making search form: if (!$this->modTSconfig['properties']['disableSearchBox'] && count($tableOutput)) { - $content.=$this->doc->section($LANG->sL('LLL:EXT:lang/locallang_core.php:labels.search'),$dblist->getSearchBox(),0,1); + $content.=$this->doc->section($LANG->sL('LLL:EXT:lang/locallang_core.php:labels.search'),$dblist->getSearchBox(0),0,1); } // Making display of Sys-notes (from extension "sys_note") Index: typo3/sysext/cms/layout/js/typo3pageModule.js =================================================================== --- typo3/sysext/cms/layout/js/typo3pageModule.js (revision 7925) +++ typo3/sysext/cms/layout/js/typo3pageModule.js (working copy) @@ -3,13 +3,7 @@ * Initialization */ init: function() { - if (Ext.isIE) { - // set all content elements active - // the whole functionality doesn't work in IE6-8 - Ext.select('div.t3-page-ce').addClass('active'); - } else { - typo3pageModule.enableHighlighting(); - } + typo3pageModule.enableHighlighting(); }, /**