X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2bec3518c22c2627df4062c80179a5b7027c52bf..7269c9af3e55dc478792d8ea010ab9b794190a66:/templates/searchform.tmpl?ds=sidebyside diff --git a/templates/searchform.tmpl b/templates/searchform.tmpl index 7c4fdb026..8cdf745f9 100644 --- a/templates/searchform.tmpl +++ b/templates/searchform.tmpl @@ -1,7 +1,6 @@ <form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform"> <div> -<input type="text" name="phrase" value="" size="16" /> -<input type="hidden" name="enc" value="UTF-8" /> -<input type="hidden" name="do" value="hyperestraier" /> +<input type="text" id="searchbox" name="P" value="" size="16" + placeholder="search" /> </div> </form>