mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
issue 2059 add target value in form
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10833 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1a7a68efea
commit
ee1b1f0347
1 changed files with 3 additions and 2 deletions
|
|
@ -89,7 +89,8 @@
|
|||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="search_target" value="value" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<input title="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<input type="submit" value="{$lang->cmd_search}" />
|
||||
<input type="hidden" name="target" value="{$target}" />
|
||||
<input title="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<input type="submit" value="{$lang->cmd_search}" />
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue