Project

General

Profile

Bug #21425 ยป 12434.diff

Administrator Admin, 2010-03-17 14:32

View differences:

typo3/sysext/indexed_search/pi/indexed_search.tmpl (working copy)
<!-- ###SEARCH_FORM### begin -->
<div class="tx-indexedsearch-searchbox">
<form action="###ACTION_URL###" method="post" name="tx_indexedsearch">
<form action="###ACTION_URL###" method="post" id="tx_indexedsearch">
<input type="hidden" name="tx_indexedsearch[_sections]" value="0" />
<input type="hidden" name="tx_indexedsearch[_freeIndexUid]" value="_" />
<input type="hidden" name="tx_indexedsearch[pointer]" value="0" />
typo3/sysext/indexed_search/pi/template_css.tmpl (working copy)
<!-- ###SEARCH_FORM### begin -->
<div class="tx-indexedsearch-searchbox searchbox-tmpl-css">
<form action="###ACTION_URL###" method="post" name="tx_indexedsearch">
<form action="###ACTION_URL###" method="post" id="tx_indexedsearch">
<div>
<input type="hidden" name="tx_indexedsearch[_sections]" value="0" />
<input type="hidden" name="tx_indexedsearch[_freeIndexUid]" value="_" />
    (1-1/1)