Index: typo3/sysext/indexed_search/pi/locallang.xml =================================================================== --- typo3/sysext/indexed_search/pi/locallang.xml (revision 5511) +++ typo3/sysext/indexed_search/pi/locallang.xml (working copy) @@ -44,6 +44,7 @@ + Index: typo3/sysext/indexed_search/pi/template_css.tmpl =================================================================== --- typo3/sysext/indexed_search/pi/template_css.tmpl (revision 5511) +++ typo3/sysext/indexed_search/pi/template_css.tmpl (working copy) @@ -27,7 +27,7 @@
- Search form + ###FORM_LEGEND###
Index: typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php =================================================================== --- typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php (revision 5511) +++ typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php (working copy) @@ -1326,7 +1326,7 @@ $html = $this->cObj->getSubpart($this->templateCode, '###SEARCH_FORM###'); // Multilangual text - $substituteArray = array('searchFor', 'extResume', 'atATime', 'orderBy', 'fromSection', 'searchIn', 'match', 'style', 'freeIndexUid'); + $substituteArray = array('legend', 'searchFor', 'extResume', 'atATime', 'orderBy', 'fromSection', 'searchIn', 'match', 'style', 'freeIndexUid'); foreach ($substituteArray as $marker) { $markerArray['###FORM_'.t3lib_div::strtoupper($marker).'###'] = $this->pi_getLL('form_'.$marker,'',1); }