From 419aa5274ced22c3f6e9f14a21ce5549e501e847 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 13 Jun 2013 11:47:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90:=20=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=B6=84=EB=A5=98=EA=B4=80=EB=A6=AC=20=EC=9D=B4=EB=8F=99=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC=EB=A5=BC=20=EB=B6=84=EB=A5=98=EC=BD=94?= =?UTF-8?q?=EB=93=9C=EB=A1=9C=20=EC=98=AE=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/categorylist.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php index 8aeea58ee..c6609dd9e 100644 --- a/adm/shop_admin/categorylist.php +++ b/adm/shop_admin/categorylist.php @@ -140,7 +140,6 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 if ($level+2 < 6) $s_add = '추가 '; // 분류는 5단계까지만 가능 else $s_add = ''; $s_upd = ''.get_text($row['ca_name']).' 수정 '; - //$s_vie = ''.get_text($row['ca_name']).' 이동 '; if ($is_admin == 'super') $s_del = ''.get_text($row['ca_name']).' 삭제 '; @@ -155,7 +154,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 - +