aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-09 13:10:48 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-09 13:10:48 +0200
commit19439b86b85cff6e4ebfe586a113835d2d016ecf (patch)
treeac6528a56c0fef509b959f27cd7d24adf3bcfd9c /phpBB/styles/prosilver
parent7d5438eb033e8d99a9b77a98292f0f7e89749fa6 (diff)
parentb64159c0019615b631f6127a8c38b42d2847b9f1 (diff)
downloadforums-19439b86b85cff6e4ebfe586a113835d2d016ecf.tar
forums-19439b86b85cff6e4ebfe586a113835d2d016ecf.tar.gz
forums-19439b86b85cff6e4ebfe586a113835d2d016ecf.tar.bz2
forums-19439b86b85cff6e4ebfe586a113835d2d016ecf.tar.xz
forums-19439b86b85cff6e4ebfe586a113835d2d016ecf.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/7057] Use GET for quicksearch and add session id to hidden fields [ticket/7057] Remove trailing whitespace in functions.php
Diffstat (limited to 'phpBB/styles/prosilver')
-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 463ed2b5c1..0540f7d6cc 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -114,7 +114,7 @@
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
- <form action="{U_SEARCH}" method="post" id="search">
+ <form action="{U_SEARCH}" method="get" 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 />