mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
issue 2382 Document UI refactoring
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11530 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b2a6eed023
commit
bcbe401862
1 changed files with 1 additions and 3 deletions
|
|
@ -185,8 +185,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<div class="search center x_input-append">
|
||||
<form action="./" method="get" class="adminSearch" 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="module_srl" value="{$module_srl}" />
|
||||
|
|
@ -202,5 +201,4 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||
<button class="x_btn" type="button">{$lang->cmd_cancel}</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue