Hallo,
Ich hoffe ihr könnt mir helfen.
Wie kann ich suchfunktion so konfigurieren das nur in einer sprache ergebnisse liefert, oder besser in aktulelle sprache?
Danke im Voraus
Code:
- subparts.SEARCHBOX = TEXT
- subparts.SEARCHBOX {
- value (
- <div id="search_box"><p>Search</p>
- <form action="search.html?L={GPvar:L}" method="post" name="pt_search" id="pt_search">
- <input type="hidden" name="tx_indexedsearch[_sections]" value="0" />
- <input type="hidden" name="tx_indexedsearch[pointer]" value="0" />
- <input type="hidden" name="tx_indexedsearch[type]" value="1" />
- <input type="hidden" name="tx_indexedsearch[ext]" value="0" />
- <input type="text" name="tx_indexedsearch[sword]" value="" class="input" onfocus="this.value=''" />
- <input type="submit" value="" name="tx_indexedsearch[submit_button]" style="background: url(/fileadmin/img/btn_search_box_submit_new.gif) no-repeat; height: 17px; width: 19px;" class="button" />
- </form>
- </div>