Index: trunk/extensions/MobileFrontend/views/layout/_search_webkit.html.php |
— | — | @@ -15,8 +15,6 @@ |
16 | 16 | <img width="35" height="22" alt='Logo' id='logo' src='{$wgMobileFrontendLogo}' /> |
17 | 17 | <form action='{$scriptUrl}' class='search_bar' method='get'> |
18 | 18 | <input type="hidden" value="Special:Search" name="title" /> |
19 | | - <input type="hidden" value="Search" name="fulltext" /> |
20 | | - <input type="hidden" value="0" name="redirs" /> |
21 | 19 | <input id='searchField' name='search' size='28' type='search' value='{$searchField}' /> |
22 | 20 | <button id='goButton' type='submit'></button> |
23 | 21 | </form> |