모바일 상품검색 오류 수정

This commit is contained in:
chicpro
2013-11-26 09:32:27 +09:00
parent a4e517f54a
commit 36fc7b0e2f
2 changed files with 8 additions and 7 deletions

View File

@ -21,7 +21,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<aside id="hd_sch">
<h2>상품 검색</h2>
<label for="sch_str" class="sound_only">상품명<strong class="sound_only"> 필수</strong></label>
<input type="text" name="search_str" value="<?php echo stripslashes(get_text($search_str)); ?>" id="sch_str" required class="frm_input">
<input type="text" name="q" value="<?php echo stripslashes(get_text($q)); ?>" id="sch_str" required class="frm_input">
<input type="submit" value="검색" class="btn_submit">
<button type="button" class="pop_close"><span class="sound_only">검색 </span>닫기</button>
</aside>