통합검색에서 검색어가 없으면 검색어를 입력하라는 메세지 출력하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1999 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-25 00:54:58 +00:00
parent fcb96a2c70
commit ef178d7aac
3 changed files with 17 additions and 9 deletions

View file

@ -10,4 +10,5 @@
$lang->sample_code = "샘플코드";
$lang->about_target_module = "선택된 모듈만 검색 대상으로 정합니다. 권한설정에 대한 주의를 바랍니다";
$lang->about_sample_code = "위 코드를 레이아웃등에 추가하시면 통합검색이 가능합니다";
$lang->msg_no_keyword = "검색어를 입력해주세요";
?>