Commit 07be35de2e73647dcb5e472d39cf8122b7c7f235
1 parent
a68ca541
Exists in
master
and in
5 other branches
Fix header search form
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
header.rhtml
| @@ -48,8 +48,8 @@ | @@ -48,8 +48,8 @@ | ||
| 48 | </div> | 48 | </div> |
| 49 | 49 | ||
| 50 | <div role="search" id="portal-searchbox"> | 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 | <input type="submit" class="searchButton" value="Buscar"></form> | 53 | <input type="submit" class="searchButton" value="Buscar"></form> |
| 54 | </div> | 54 | </div> |
| 55 | 55 |