aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-02-28 14:35:06 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-02-28 14:35:06 +0000
commit4cba250b14dd458df4c1db3399dabf81787871dc (patch)
tree4854c0c360a6836fc83453f0497d485d2f7e4ee9 /phpBB/templates
parent7116eb2ca974b7d0c0921a10291deb3625550be9 (diff)
downloadforums-4cba250b14dd458df4c1db3399dabf81787871dc.tar
forums-4cba250b14dd458df4c1db3399dabf81787871dc.tar.gz
forums-4cba250b14dd458df4c1db3399dabf81787871dc.tar.bz2
forums-4cba250b14dd458df4c1db3399dabf81787871dc.tar.xz
forums-4cba250b14dd458df4c1db3399dabf81787871dc.zip
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
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/searchbox.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/searchbox.html b/phpBB/templates/subSilver/searchbox.html
new file mode 100644
index 0000000000..daf4470cbe
--- /dev/null
+++ b/phpBB/templates/subSilver/searchbox.html
@@ -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>