From de17d7ab5a90f21de8d46f87de617b4fbdcd4a90 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 24 Dec 2014 10:22:37 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=EA=B4=80=EB=A0=A8=20=EC=98=A4=EB=A5=98=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/categoryform.php | 8 ++++---- adm/shop_admin/categoryformupdate.php | 2 -- adm/shop_admin/categorylist.php | 11 +++++------ adm/shop_admin/categorylistupdate.php | 4 ++-- adm/shop_admin/itemtypelist.php | 4 ---- adm/shop_admin/wishlist.php | 9 +++------ 6 files changed, 14 insertions(+), 24 deletions(-) diff --git a/adm/shop_admin/categoryform.php b/adm/shop_admin/categoryform.php index ce14ae624..7896f08cc 100644 --- a/adm/shop_admin/categoryform.php +++ b/adm/shop_admin/categoryform.php @@ -73,8 +73,6 @@ else if ($w == "u") $ca['ca_name'] = get_text($ca['ca_name']); } -$qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2; - $g5['title'] = $html_title; include_once (G5_ADMIN_PATH.'/admin.head.php'); @@ -126,9 +124,11 @@ else + + + + - -
diff --git a/adm/shop_admin/categoryformupdate.php b/adm/shop_admin/categoryformupdate.php index c5f6da68d..0c2d9433d 100644 --- a/adm/shop_admin/categoryformupdate.php +++ b/adm/shop_admin/categoryformupdate.php @@ -146,8 +146,6 @@ else if ($w == "d") sql_query($sql); } -$qstr = "page=$page&sort1=$sort1&sort2=$sort2"; - if ($w == "" || $w == "u") { goto_url("./categoryform.php?w=u&ca_id=$ca_id&$qstr"); diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php index 56ff40421..1c44c2c20 100644 --- a/adm/shop_admin/categorylist.php +++ b/adm/shop_admin/categorylist.php @@ -61,9 +61,6 @@ $sql = " select * limit $from_record, $rows "; $result = sql_query($sql); -//$qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2; -$qstr = $qstr.'&sca='.$sca.'&page='.$page.'&save_stx='.$stx; - $listall = '전체목록'; ?> @@ -96,9 +93,11 @@ $listall = '전체목록
- - - + + + + +
diff --git a/adm/shop_admin/categorylistupdate.php b/adm/shop_admin/categorylistupdate.php index b408e5dfe..922e4b4a3 100644 --- a/adm/shop_admin/categorylistupdate.php +++ b/adm/shop_admin/categorylistupdate.php @@ -13,7 +13,7 @@ for ($i=0; $i diff --git a/adm/shop_admin/itemtypelist.php b/adm/shop_admin/itemtypelist.php index 12fb7bda4..0a3533400 100644 --- a/adm/shop_admin/itemtypelist.php +++ b/adm/shop_admin/itemtypelist.php @@ -70,8 +70,6 @@ $sql = " select it_id, limit $from_record, $rows "; $result = sql_query($sql); -//$qstr1 = 'sel_ca_id='.$sel_ca_id.'&sel_field='.$sel_field.'&search='.$search; -//$qstr = $qstr1.'&sort1='.$sort1.'&sort2='.$sort2.'&page='.$page; $qstr = $qstr.'&sca='.$sca.'&page='.$page.'&save_stx='.$stx; $listall = '전체목록'; @@ -84,8 +82,6 @@ $listall = '전체목록 - - diff --git a/adm/shop_admin/wishlist.php b/adm/shop_admin/wishlist.php index aef6217c2..8e54aaaa7 100644 --- a/adm/shop_admin/wishlist.php +++ b/adm/shop_admin/wishlist.php @@ -43,8 +43,7 @@ $rank = ($page - 1) * $rows; $sql = $sql . " limit $from_record, $rows "; $result = sql_query($sql); -$qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2; -$qstr1 = 'fr_date='.$fr_date.'&to_date='.$to_date.'&sel_ca_id='.$sel_ca_id; +$qstr1 = $qstr.'&fr_date='.$fr_date.'&to_date='.$to_date.'&sel_ca_id='.$sel_ca_id; $listall = '전체목록'; ?> @@ -56,8 +55,6 @@ $listall = '전체목록 - - @@ -70,7 +67,7 @@ $listall = '전체목록$nbsp{$row1['ca_name']}\n"; + echo "전체목록 - +

고객님들이 보관함에 가장 많이 넣은 순으로 순위를 출력합니다.