mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
issue 752 add seach check message in lang, and delete error_return_url in search form
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9781 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
24d07e193c
commit
1389a5bf03
2 changed files with 9 additions and 0 deletions
|
|
@ -2790,6 +2790,14 @@ Xin vui lòng kiểm tra lại thông tin Database.]]></value>
|
|||
<value xml:lang="ru"><![CDATA[Default URL is not define]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Varsayılan URL tanımlı değil.]]></value>
|
||||
</item>
|
||||
<item name="msg_empty_search_target">
|
||||
<value xml:lang="ko"><![CDATA[검색대상이 없습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Cannot find the Search target.]]></value>
|
||||
</item>
|
||||
<item name="msg_empty_search_keyword">
|
||||
<value xml:lang="ko"><![CDATA[검색어가 없습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Cannot find the Keyword.]]></value>
|
||||
</item>
|
||||
<item name="success_registed">
|
||||
<value xml:lang="ko"><![CDATA[등록했습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Registered successfully.]]></value>
|
||||
|
|
|
|||
|
|
@ -167,6 +167,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<select name="search_target">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<!--@foreach($lang->search_target_list as $key => $val)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue