diff --git a/adm/shop_admin/itemlist.php b/adm/shop_admin/itemlist.php index ed163698b..ffaf51154 100644 --- a/adm/shop_admin/itemlist.php +++ b/adm/shop_admin/itemlist.php @@ -109,11 +109,11 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 diff --git a/adm/shop_admin/itempslist.php b/adm/shop_admin/itempslist.php index 8f7fff92d..89002fdf1 100644 --- a/adm/shop_admin/itempslist.php +++ b/adm/shop_admin/itempslist.php @@ -49,19 +49,28 @@ $sql = " select * limit $from_record, $rows "; $result = sql_query($sql); -//$qstr = "page=$page&sst=$sst&sod=$sod&stx=$stx"; -$qstr = "$qstr&sca=$sca&save_stx=$stx"; +//$qstr = 'page='.$page.'&sst='.$sst.'&sod='.$sod.'&stx='.$stx; +$qstr = $qstr.'&sca='.$sca.'&save_stx='.$stx; + +$listall = ''; +if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 + $listall = '전체목록'; ?> -
-

'>처음

+ +
- 상품후기 검색 - $nbsp{$row1['ca_name']}\n"; } ?> - - + + + - - document.flist.sfl.value = '$sfl';"; ?> + + - - -
-

건수 :

+
+
- -- - - - - - - - - - - - - - - - - - -사용후기 목록 - $href = G4_SHOP_URL."/item.php?it_id={$row['it_id']}"; +
상품명이름제목점수확인관리
+ + + + + + + + + + + + + - - - - - + + + + + - '; -} -?> - -
상품명이름제목점수확인관리
수정 삭제 + 수정 + 삭제 +
자료가 한건도 없습니다.
+ 자료가 한건도 없습니다.'; + } + ?> + + +
- + '.$nbsp.$row1['ca_name'].''.PHP_EOL; + echo ''.PHP_EOL; } ?> - document.flist.sfl.value = '$sfl';"; ?> - + diff --git a/css/admin.css b/css/admin.css index 4fd330b64..f18a1d5e3 100644 --- a/css/admin.css +++ b/css/admin.css @@ -350,6 +350,10 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .sit_qa_subject {width:300px} .sit_qa_answer {width:30px;text-align:center} +/* 사용후기 */ +.sit_ps_subject {width:290px} +.sit_ps_confirm {width:30px;text-align:center} + /* 배송일괄처리 */ #sdeli_proc {text-align:center} #sdeli_proc_fs {padding:20px 0;border-bottom:1px solid #f7f7f7;text-align:center}