issue 2384 Comment UI refactoring

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11531 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-09-26 06:49:23 +00:00
parent bcbe401862
commit 0df35a4b6d

View file

@ -183,8 +183,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}" />
@ -199,5 +198,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" onclick="document.location.href='{getUrl('','module',$module,'act',$act)}'">{$lang->cmd_cancel}</button>
</form>
</div>
</div>