From bd1f111e8d074fa6f629cef2a782ed0aced44584 Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 20 Feb 2026 15:05:51 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20VIP=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=AA=A8=EB=8B=AC=20=ED=91=9C=EC=8B=9C=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0,=20=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20?= =?UTF-8?q?=ED=95=84=ED=84=B0=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=A6=AC?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/vip/vip_list.php | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/manager/vip/vip_list.php b/manager/vip/vip_list.php index ac7e4b953..49128be61 100644 --- a/manager/vip/vip_list.php +++ b/manager/vip/vip_list.php @@ -40,11 +40,12 @@ $table = "{$fg['vip_list_table']} AS a LEFT JOIN {$fg['vip_category_table']} AS // 비활성 카테고리 숨김 if ($row['gr_used'] == 0 && !$show_all) continue; $inactive_class = ($row['gr_used'] == 0) ? ' inactive-cat' : ''; + $display_style = ($row['gr_used'] == 0 && !$show_all) ? 'display: none;' : ''; ?> > - + - @@ -190,7 +191,7 @@ $table = "{$fg['vip_list_table']} AS a LEFT JOIN {$fg['vip_category_table']} AS $is_expired = ($expire_date != '9999-12-31' && strtotime($expire_date) < strtotime($today)) ? true : false; $expired_class = $is_expired ? 'expired-vip' : ''; ?> - vip-row " style="cursor: pointer;" data-bs-toggle="modal" data-bs-target="#modify_modal_"> + vip-row " style="cursor: pointer;" onclick="openVipModal()"> @@ -371,13 +372,37 @@ $table = "{$fg['vip_list_table']} AS a LEFT JOIN {$fg['vip_category_table']} AS