From 6ca68274ea1d4f2567e748138ccfdb402ad8cc2e Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 1 Jul 2013 15:12:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BF=A0=ED=8F=B0=ED=8F=BC=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=EC=83=81=ED=92=88=20=ED=9A=8C=EC=9B=90=20=EA=B2=80=EC=83=89?= =?UTF-8?q?=20=EC=B0=BD=EC=97=90=EC=84=9C=20=EC=8A=A4=ED=81=AC=EB=A1=A4?= =?UTF-8?q?=EB=B0=94=20=ED=91=9C=EC=8B=9C=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/couponform.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); });