From 735420d54f992a5afbba19605fe5ea17259a9b6b Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 12 Apr 2013 17:45:11 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90:=20=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EC=83=81=ED=92=88=EA=B4=80=EB=A6=AC=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EA=B2=80=EC=83=89=20=EB=B6=80=EB=B6=84=20legend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemlist.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adm/shop_admin/itemlist.php b/adm/shop_admin/itemlist.php index 785184474..5f021fbea 100644 --- a/adm/shop_admin/itemlist.php +++ b/adm/shop_admin/itemlist.php @@ -83,6 +83,8 @@ $qstr = $qstr.'&sca='.$sca.'&page='.$page.'&save_stx='.$stx;
+ 상품 검색 + From d23dcdc12dbc40e44f1f2755de1b2c7d049fea61 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 12 Apr 2013 17:54:39 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90:=20=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EC=83=81=ED=92=88=EA=B4=80=EB=A6=AC=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EC=A0=84=EC=B2=B4=EB=82=B4=EC=97=AD=EA=B0=AF?= =?UTF-8?q?=EC=88=98=20=EC=95=88=EB=82=B4=20=EB=AC=B8=EA=B5=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/itemlist.php b/adm/shop_admin/itemlist.php index 37254d862..4fd0e7e68 100644 --- a/adm/shop_admin/itemlist.php +++ b/adm/shop_admin/itemlist.php @@ -91,7 +91,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 - 전체 주문내역 건 + 등록된 상품 From b120ca527893ae5559bc63a7ef4244558f49100c Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 12 Apr 2013 17:55:37 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90:=20#55=20=EC=87=BC=ED=95=91=EB=AA=B0?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=20=EC=83=81=ED=92=88=EB=AC=B8=EC=9D=98=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=ED=91=9C=EC=A4=80=ED=99=94=20=EB=B0=8F=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemqalist.php | 83 ++++++++++++++++++----------------- css/admin.css | 4 ++ 2 files changed, 46 insertions(+), 41 deletions(-) diff --git a/adm/shop_admin/itemqalist.php b/adm/shop_admin/itemqalist.php index a092d17f1..c630aa522 100644 --- a/adm/shop_admin/itemqalist.php +++ b/adm/shop_admin/itemqalist.php @@ -49,18 +49,27 @@ $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 = '전체목록'; ?> -
-

처음

-
+ + +
상품문의 검색 + + + + 전체 문의내역 건 + + + - + document.flist.sfl.value = '$sfl';"; ?> - -
-

건수 :

+ +
+
-

상품문의 관리

+

상품문의 목록

+ - - - - - - - - - - - + + + + - - - - - + + + + + ';; + echo ''; } ?>
상품명이름질문답변상품명 순 정렬이름 순 정렬질문 순 정렬답변 순 정렬 관리
수정 삭제 + 수정 + 삭제 +
자료가 한건도 없습니다.
자료가 없습니다.
- +
+ + diff --git a/css/admin.css b/css/admin.css index 4b8a1f856..4fd330b64 100644 --- a/css/admin.css +++ b/css/admin.css @@ -346,6 +346,10 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .sit_pt, .sit_qty {text-align:right} +/* 상품문의 */ +.sit_qa_subject {width:300px} +.sit_qa_answer {width:30px;text-align:center} + /* 배송일괄처리 */ #sdeli_proc {text-align:center} #sdeli_proc_fs {padding:20px 0;border-bottom:1px solid #f7f7f7;text-align:center}