diff --git a/adm/shop_admin/couponform.php b/adm/shop_admin/couponform.php index 18792d24d..34866487e 100644 --- a/adm/shop_admin/couponform.php +++ b/adm/shop_admin/couponform.php @@ -162,7 +162,7 @@ $(function() { change_type(cp_type); }); - /** select 변경때 반영하려면 주서 제거 + /** select 변경때 반영하려면 주석 제거 $("#cp_method").change(function() { var cp_method = $(this).val(); change_method(cp_method); @@ -176,7 +176,7 @@ $(function() { $("#sch_target").click(function() { var cp_method = $("#cp_method").val(); - var opt = "left=50,top=50,width=500,height=600"; + var opt = "left=50,top=50,width=520,height=600,scrollbars=1"; var url = "./coupontarget.php?sch_target="; if(cp_method == "0") { @@ -194,7 +194,7 @@ $(function() { return false; } - var opt = "left=50,top=50,width=500,height=600"; + var opt = "left=50,top=50,width=520,height=600,scrollbars=1"; var url = "./couponmember.php"; window.open(url, "win_member", opt); }); diff --git a/adm/shop_admin/itemqalist.php b/adm/shop_admin/itemqalist.php index 8c3bcc681..7eb12e09a 100644 --- a/adm/shop_admin/itemqalist.php +++ b/adm/shop_admin/itemqalist.php @@ -174,7 +174,6 @@ if ($sfl || $stx) // 검색 결과일 때만 처음 버튼을 보여줌