search request method change to get

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11939 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-10-29 06:12:49 +00:00
parent feaf260614
commit 07a21dba81

View file

@ -101,7 +101,7 @@ xe.lang.confirm_poll_delete = '{$lang->confirm_poll_delete}';
</ul>
</form>
<form action="./" method="post" class="search center x_input-append" onsubmit="return checkSearch(this)">
<form action="./" method="get" class="search center x_input-append" onsubmit="return checkSearch(this)">
<input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="act" value="{$act}" />
<input type="hidden" name="error_return_url" value="" />