From 649da987263f82921448e4ef97f4ab454af0d82b Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 11 Apr 2013 21:29:38 +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=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/categorylist.php | 11 +++++------ css/admin.css | 2 ++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php index 7e7716010..25bf877e0 100644 --- a/adm/shop_admin/categorylist.php +++ b/adm/shop_admin/categorylist.php @@ -114,10 +114,11 @@ $qstr = $qstr."&sca=".$sca."&page=".$page."&save_stx=".$stx; $sql = " select ca_name from {$g4['shop_category_table']} where ca_id = '$p_ca_id' "; $temp = sql_fetch($sql); $p_ca_name = $temp['ca_name'].'의하위'; - } else + } else { $class = ''; + } - $s_level = ''; + $s_level = ''; $s_level_input_size = 40 - $level *5; // 하위 분류일 수록 입력칸 넓이 작아짐 - 지운아빠 2013-04-02 if ($level+2 < 6) $s_add = ''.($level+2).'단 추가
'; // 분류는 5단계까지만 가능 @@ -140,9 +141,8 @@ $qstr = $qstr."&sca=".$sca."&page=".$page."&save_stx=".$stx; - - - + + @@ -150,7 +150,6 @@ $qstr = $qstr."&sca=".$sca."&page=".$page."&save_stx=".$stx; - > diff --git a/css/admin.css b/css/admin.css index 4522788c2..ef9c4b59a 100644 --- a/css/admin.css +++ b/css/admin.css @@ -333,6 +333,8 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 /* 분류관리 목록 */ .cate_list_lbl {display:inline-block;padding-left:15px;background:url('../adm/shop_admin/img/icon_reply.gif') 0 2px no-repeat} +.td_scate {text-align:right} +.td_scate_admin {text-align:center} /* 팝업레이어 관리 */ #spop_list {text-align:center}