Monday 01 December 2008 6:57:29 am
If you just want a quick and dirty solution for the standard search and only need the search text field, include the following code into your search site:
<form action="/index.php/content/search">
<input id="searchtext" name="SearchText" type="text" value="" size="12" />
<input id="searchbutton" class="button" type="submit" value="Suchen" alt="Submit" /> </form> This should work.
|