Index: typo3/stylesheet.css =================================================================== --- typo3/stylesheet.css (revision 3236) +++ typo3/stylesheet.css (working copy) @@ -126,7 +126,7 @@ background-color: #9BA1A8; } -body#typo3-alt-doc-php, body#typo3-db-list-php, body#ext-cms-layout-db-layout-php, body#ext-tstemplate-ts-index-php, body#typo3-mod-web-perm-index-php, body#typo3-mod-web-info-index-php, body#typo3-mod-web-func-index-php, body#ext-version-cm1-index-php, body#ext-setup-mod-index-php, body#typo3-mod-user-ws-index-php, body#typo3-mod-user-ws-workspaceforms-php, body#typo3-mod-php, body#ext-tsconfig-help-mod1-index-php, body#typo3-mod-tools-em-index-php, body#ext-lowlevel-dbint-index-php, body#ext-lowlevel-config-index-php { padding: 0; margin: 0; overflow: hidden; height: 100%; } +body#typo3-alt-doc-php, body#typo3-db-list-php, body#ext-cms-layout-db-layout-php, body#ext-tstemplate-ts-index-php, body#typo3-mod-web-perm-index-php, body#typo3-mod-web-info-index-php, body#typo3-mod-web-func-index-php, body#ext-version-cm1-index-php, body#ext-setup-mod-index-php, body#typo3-mod-user-ws-index-php, body#typo3-mod-user-ws-workspaceforms-php, body#typo3-mod-php, body#ext-tsconfig-help-mod1-index-php, body#typo3-mod-tools-em-index-php, body#ext-lowlevel-dbint-index-php, body#ext-lowlevel-config-index-php, body#ext-indexed-search-mod-index-php { padding: 0; margin: 0; overflow: hidden; height: 100%; } /**************************************** Index: typo3/sysext/indexed_search/mod/index.php =================================================================== --- typo3/sysext/indexed_search/mod/index.php (revision 3236) +++ typo3/sysext/indexed_search/mod/index.php (working copy) @@ -106,9 +106,12 @@ $this->menuConfig(); - $this->doc = t3lib_div::makeInstance("noDoc"); - $this->doc->form='
'; + $this->doc = t3lib_div::makeInstance('template'); + $this->doc->form = ''; $this->doc->backPath = $BACK_PATH; + $this->doc->setModuleTemplate('templates/indexed_search.html'); + $this->doc->docType = 'xhtml_trans'; + // JavaScript $this->doc->JScode = '