Commit 06fb0fc44ba6afc11e195de8d50042c6acb09ae9

Authored by Gustavo Cruz
2 parents 86cdae90 07be35de

Merge branch 'master' of github.com:SerproLivre/participa-theme

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
header.rhtml
... ... @@ -48,8 +48,8 @@
48 48 </div>
49 49  
50 50 <div role="search" id="portal-searchbox">
51   - <form>
52   - <input type="text" autocomplete="off" name="SearchableText" size="18" title="Buscar no Site" placeholder="Buscar no Site" accesskey="3" class="searchField" id="searchGadget">
  51 + <form action="/search">
  52 + <input type="text" autocomplete="off" name="query" size="18" title="Buscar no Site" placeholder="Buscar no Site" accesskey="3" class="searchField" id="searchGadget">
53 53 <input type="submit" class="searchButton" value="Buscar"></form>
54 54 </div>
55 55  
... ...