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