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
commitb64159c0019615b631f6127a8c38b42d2847b9f1 (patch)
treeffdf3fce3f49138f352c283461c21f34c6d0daa7 /phpBB/styles/prosilver
parentc6e946c65ff03f374261977fecd18656022759e2 (diff)
parent6e8b59dce32032cafeb39c3dc1dfe16e20194683 (diff)
downloadforums-b64159c0019615b631f6127a8c38b42d2847b9f1.tar
forums-b64159c0019615b631f6127a8c38b42d2847b9f1.tar.gz
forums-b64159c0019615b631f6127a8c38b42d2847b9f1.tar.bz2
forums-b64159c0019615b631f6127a8c38b42d2847b9f1.tar.xz
forums-b64159c0019615b631f6127a8c38b42d2847b9f1.zip
Merge remote-tracking branch 'naderman/ticket/7057' into develop-olympus
* naderman/ticket/7057: [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 51fff0735a..05ddc48123 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 />