Index: stylesheet.css =================================================================== --- stylesheet.css (revision 3859) +++ stylesheet.css (working copy) @@ -206,6 +206,7 @@ body#ext-tsconfig-help-mod1-index-php, body#ext-lowlevel-dbint-index-php, body#ext-lowlevel-config-index-php, +body#ext-indexed-search-mod-index-php, body#ext-cms-layout-db-new-content-el-php { padding: 0; margin: 0; Index: templates/indexed_search.html =================================================================== --- templates/indexed_search.html (revision 0) +++ templates/indexed_search.html (revision 0) @@ -0,0 +1,35 @@ + +
+ +
+
+
###BUTTONLIST_LEFT###
+
###BUTTONLIST_RIGHT###
+
+
+
###FUNC_MENU###
+
+
+
+ +
+
+ ###CONTENT### +
+
+
+ + + + + +
###BUTTONS###
+ + + + + + + +###SHORTCUT### + Index: sysext/indexed_search/mod/index.php =================================================================== --- sysext/indexed_search/mod/index.php (revision 3859) +++ 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 = '