rosewiper 2023-11-07
관리자 선결제 버튼 오류 수정
@d6e3919bd8f6052bd4d740f960db591da5dbf93a
src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
@@ -3291,11 +3291,11 @@
 										<tr>
 											<th>
 												보유 캐시 잔액
-												<button type="button" onclick="fnUserCashDataListPopup('${mberManageVO.mberId}'); return false">조회</button><button type="button" class="thinfill">선결제</button>
+												<button type="button" onclick="fnUserCashDataListPopup('${mberManageVO.mberId}'); return false">조회</button>
 												
 												<%-- B선 회원 선결제 버튼 처리 --%>
 												<c:if test="${mberManageVO.blineCode ne 'N'}">
-													<button type="button" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
+													<button type="button" class="thinfill" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
 												</c:if>
 											</th>
 											<td>
@@ -3683,7 +3683,7 @@
 												
 												<%-- B선 회원 선결제 버튼 처리 --%>
 												<c:if test="${mberManageVO.blineCode ne 'N'}">
-													<button type="button" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
+													<button type="button" class="thinfill" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
 												</c:if>
 											</th>
 											<td>
Add a comment
List