aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-01 10:17:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-01 10:17:47 +0000
commite8036a3131dff231deae8b2b3b57bf3638768969 (patch)
treee51f9effed34f6aba9e4358a8ea3e6a2086b9e68 /phpBB/styles/prosilver/template/overall_header.html
parentd7218c0b165e60261663bddd7ec9376f692e13b7 (diff)
downloadforums-e8036a3131dff231deae8b2b3b57bf3638768969.tar
forums-e8036a3131dff231deae8b2b3b57bf3638768969.tar.gz
forums-e8036a3131dff231deae8b2b3b57bf3638768969.tar.bz2
forums-e8036a3131dff231deae8b2b3b57bf3638768969.tar.xz
forums-e8036a3131dff231deae8b2b3b57bf3638768969.zip
checking in changes before testing template cache/changing
git-svn-id: file:///svn/phpbb/trunk@7815 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 1f8bd75718..380550e5f7 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -113,7 +113,7 @@
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
- <form action="{U_SEARCH}" method="get" id="search">
+ <form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />