A box for searching ... pretty obvious I think ... unless you're Pit of course

git-svn-id: file:///svn/phpbb/trunk@3577 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-02-28 14:35:06 +00:00
parent 7116eb2ca9
commit 4cba250b14

View file

@ -0,0 +1,6 @@
<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="liteoption" type="submit" value="{L_GO}" /></td>
</tr>
</table></form>