2010-06-16 Susanne Moog <typo3@susanne-moog.de>
+ * Fixed bug #14633: Nested form tag breaks editing icons and ExtJS funcitonality in the page module for IE8 users (Thanks to Jo Hasenau)
* Fixed bug #14132: Regexp for automatic line breaks in Gifbuilder is incorrect (Thanks to Jigal van Hemert)
* Follow-up to #14733: Improvements to Backend skin - Fixed typo
* Fixed bug #14733: Improvements to Backend skin (Thanks to Steffen Gebert)
// 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")
* 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();
},
/**