From 91d27ef4a34e381ecc3ff68df587c5fcd721ec1d Mon Sep 17 00:00:00 2001 From: minsupkr Date: Thu, 26 Mar 2020 09:27:18 +0900 Subject: [PATCH 1/3] =?UTF-8?q?PC=20:=20=EC=83=88=20=EC=B0=BD=20=EC=9E=90?= =?UTF-8?q?=EB=A3=8C=20=EC=97=86=EC=9D=84=20=EB=95=8C=20test-align=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 2 +- theme/basic/css/default_shop.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index b2542c3a1..3002f63b6 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -438,7 +438,7 @@ box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)} /* 자료 없는 목록 */ .empty_table {padding:50px 0 !important;text-align:center;color:#777 !important} -.empty_list, .empty_li {padding:20px 0 !important;text-align:center;color:#777 !important} +.empty_list, .empty_li {padding:20px 0 !important;text-align:center !important;color:#777 !important} /* 필수입력 */ .required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important} diff --git a/theme/basic/css/default_shop.css b/theme/basic/css/default_shop.css index 6e293da42..06385de52 100644 --- a/theme/basic/css/default_shop.css +++ b/theme/basic/css/default_shop.css @@ -438,7 +438,7 @@ box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)} /* 자료 없는 목록 */ .empty_table {padding:50px 0 !important;text-align:center;color:#777 !important} -.empty_list, .empty_li {padding:20px 0 !important;text-align:center;color:#777 !important} +.empty_list, .empty_li {padding:20px 0 !important;text-align:center !important;color:#777 !important} /* 필수입력 */ .required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important} From cc7d150c2e3e2316679c746a70d85b66edeae048 Mon Sep 17 00:00:00 2001 From: minsupkr Date: Thu, 26 Mar 2020 09:32:45 +0900 Subject: [PATCH 2/3] =?UTF-8?q?PC=20:=20=EC=BF=A0=ED=8F=B0=20=EC=83=88=20?= =?UTF-8?q?=EC=B0=BD=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 14 ++++++++++++++ shop/mypage.php | 8 -------- theme/basic/shop/mypage.php | 8 -------- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/js/common.js b/js/common.js index 071245a70..f8ef48d45 100644 --- a/js/common.js +++ b/js/common.js @@ -539,6 +539,15 @@ var win_poll = function(href) { new_win.focus(); } +/** + * 쿠폰 + **/ +var win_coupon = function(href) { + var new_win = window.open(href, "win_coupon", "left=100,top=100,width=700, height=600, scrollbars=1"); + new_win.focus(); +} + + /** * 스크린리더 미사용자를 위한 스크립트 - 지운아빠 2013-04-22 * alt 값만 갖는 그래픽 링크에 마우스오버 시 title 값 부여, 마우스아웃 시 title 값 제거 @@ -632,6 +641,11 @@ $(function(){ }); */ + $(".win_coupon").click(function() { + win_coupon(this.href); + return false; + }); + // 사이드뷰 var sv_hide = false; $(".sv_member, .sv_guest").click(function() { diff --git a/shop/mypage.php b/shop/mypage.php index ba09d28ad..a223c03f9 100644 --- a/shop/mypage.php +++ b/shop/mypage.php @@ -146,14 +146,6 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {