mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
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:
parent
feaf260614
commit
07a21dba81
1 changed files with 1 additions and 1 deletions
|
|
@ -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="" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue