From e5b3d71f1d2c342f0be740216231a53d01046533 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 4 Jul 2013 11:14:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B3=B5=ED=86=B5:?= =?UTF-8?q?=20#249=20=EC=82=AC=EC=9A=A9=EC=9E=90=20=EC=BF=A0=ED=8F=B0?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EB=A7=88=ED=81=AC=EC=97=85=20?= =?UTF-8?q?=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 6 +++++- shop/coupon.php | 9 ++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 1b77b9bb0..13c546144 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -814,4 +814,8 @@ td.empty_table {padding:85px 0;text-align:center} /* 쇼핑몰 이벤트 */ #sev {} -.sev_admin {text-align:right} \ No newline at end of file +.sev_admin {text-align:right} + +/* 쿠폰 */ +#coupon .td_bignum {width:150px} +#coupon .td_datetime {width:180px} \ No newline at end of file diff --git a/shop/coupon.php b/shop/coupon.php index 7f170dec4..b4be54fb4 100644 --- a/shop/coupon.php +++ b/shop/coupon.php @@ -4,7 +4,7 @@ include_once('./_common.php'); if ($is_guest) alert_close('회원만 조회하실 수 있습니다.'); -$g4['title'] = $member['mb_nick'].' 님의 마일리지 내역'; +$g4['title'] = $member['mb_nick'].' 님의 쿠폰 내역'; include_once(G4_PATH.'/head.sub.php'); $sql = " select cp_id, cp_subject, cp_method, cp_target, cp_start, cp_end, cp_type, cp_amount @@ -21,7 +21,10 @@ if(!$count) alert_close('보유하신 쿠폰이 없습니다.'); ?> +
+

+ @@ -56,8 +59,8 @@ if(!$count) - - + +
~ ~