diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/searchbox.html')
-rw-r--r-- | phpBB/styles/subSilver/template/searchbox.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/phpBB/styles/subSilver/template/searchbox.html b/phpBB/styles/subSilver/template/searchbox.html index 4402836502..cb0bb5ba73 100644 --- a/phpBB/styles/subSilver/template/searchbox.html +++ b/phpBB/styles/subSilver/template/searchbox.html @@ -1,6 +1 @@ - -<form method="post" name="search" action="{S_SEARCHBOX_ACTION}"><table cellspacing="0" cellpadding="0" border="0"> - <tr> - <td nowrap="nowrap"><span class="gensmall">{L_SEARCH_FOR}:</span> <input class="post" type="text" name="search_keywords" size="20" /> <input class="btnlite" type="submit" value="{L_GO}" /></td> - </tr> -</table></form> +<form method="post" name="search" action="{S_SEARCHBOX_ACTION}"><span class="gensmall">{L_SEARCH_FOR}:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="{L_GO}" /></form> |