diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-01 10:17:47 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-01 10:17:47 +0000 |
| commit | e8036a3131dff231deae8b2b3b57bf3638768969 (patch) | |
| tree | e51f9effed34f6aba9e4358a8ea3e6a2086b9e68 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | d7218c0b165e60261663bddd7ec9376f692e13b7 (diff) | |
| download | forums-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.html | 2 |
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 /> |
