Index: typo3/backend.php =================================================================== --- typo3/backend.php (revision 3734) +++ typo3/backend.php (working copy) @@ -255,6 +255,11 @@ * @return string top toolbar elements as HTML */ protected function renderToolbar() { + // move search to last position + $search = $this->toolbarItems['backendSearch']; + unset($this->toolbarItems['backendSearch']); + array_push($this->toolbarItems, $search); + $toolbar = '