mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
7116eb2ca9
commit
4cba250b14
1 changed files with 6 additions and 0 deletions
6
phpBB/templates/subSilver/searchbox.html
Normal file
6
phpBB/templates/subSilver/searchbox.html
Normal 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>
|
Loading…
Add table
Reference in a new issue