쇼핑몰관리자 : #58 상품판매순위 표준화 및 스타일 1차 작업 완료

This commit is contained in:
rollydream
2013-04-11 14:21:05 +09:00
parent aeabdf74e6
commit 8c2ce6e190
2 changed files with 94 additions and 84 deletions

View File

@ -62,7 +62,7 @@ $qstr = "$qstr&sca=$sca&save_stx=$stx";
<fieldset>
<legend>상품문의 검색</legend>
<select name="sca">
<option value=''>전체분류</option>
<option value='' title="검색분류">전체분류</option>
<?
$sql1 = " select ca_id, ca_name from {$g4['shop_category_table']} order by ca_id ";
$result1 = sql_query($sql1);