Index: typo3/class.browse_links.php =================================================================== --- typo3/class.browse_links.php (revision 5928) +++ typo3/class.browse_links.php (working copy) @@ -1908,6 +1908,8 @@ $dblist->generateList(); $dblist->writeBottom(); + $out.=$dblist->getSearchBox(); + // Add the HTML for the record list to output variable: $out.=$dblist->HTMLcode; @@ -1916,7 +1918,6 @@ $out.= $dblist->fieldSelectBox($dblist->table); } - $out.=$dblist->getSearchBox(); } // Return accumulated content: