mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add message_type to message search form
This commit is contained in:
parent
9bfb66f4ff
commit
d8eee65f49
2 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<form action="{Context::getRequestUri()}" method="get" no-error-return-url="true" class="search">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="message_type" value="{$message_type ?? 'R'}" />
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<option value="title" selected="selected"|cond="isset($search_target) && $search_target == 'title'">{$lang->title}</option>
|
||||
<option value="title_content" selected="selected"|cond="isset($search_target) && $search_target == 'title_content'">{$lang->title_content}</option>
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@
|
|||
<form action="{Context::getRequestUri()}" method="get" no-error-return-url="true" style="float:left">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="message_type" value="{$message_type ?? 'R'}" />
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<option value="title" selected="selected"|cond="isset($search_target) && $search_target == 'title'">{$lang->title}</option>
|
||||
<option value="title_content" selected="selected"|cond="isset($search_target) && $search_target == 'title_content'">{$lang->title_content}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue