Index: t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php =================================================================== --- t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php (revision 9908) +++ t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php (working copy) @@ -45,15 +45,6 @@ ); /** - * @var array - */ - protected $helpContent = array( - 'title' => 'How to use advanced search tags', - 'text' => 'Search in certain tables:
page:Home will search for all pages with the title "Home"', - 'keys' => array(), - ); - - /** * @var t3lib_search_livesearch */ protected $liveSearch = null; @@ -107,36 +98,6 @@ return $this->searchResults; } - /** - * Build up and retrieve the general and custom help text "How can you search" - * - * @return array - */ - public function getHelp() { - $content = array(); - $this->helpContent['keys'] = $this->getRegisteredHelpContent(); - - return $this->helpContent; - } - - - /** - * Find all registerd help information. - * - * @return array All registered help content will collected returned - * @todo Doesn't actually return any data - */ - public function getRegisteredHelpContent() { - $helpArray = array(); - $liveSearchConfiguration = ((is_array($GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch'])) ? $GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch'] : array()); - - foreach ($liveSearchConfiguration as $key => $table) { - $helpArray[] = '#' . $key; - } - - return $helpArray; - } - } ?> Index: typo3/classes/class.livesearch.php =================================================================== --- typo3/classes/class.livesearch.php (revision 9908) +++ typo3/classes/class.livesearch.php (working copy) @@ -70,7 +70,7 @@ public function render() { $this->addJavascriptToBackend(); return '
-   +  
'; }