관리자 선결제 버튼 오류 수정
@d6e3919bd8f6052bd4d740f960db591da5dbf93a
--- 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 @@ |
| 3291 | 3291 |
<tr> |
| 3292 | 3292 |
<th> |
| 3293 | 3293 |
보유 캐시 잔액 |
| 3294 |
- <button type="button" onclick="fnUserCashDataListPopup('${mberManageVO.mberId}'); return false">조회</button><button type="button" class="thinfill">선결제</button>
|
|
| 3294 |
+ <button type="button" onclick="fnUserCashDataListPopup('${mberManageVO.mberId}'); return false">조회</button>
|
|
| 3295 | 3295 |
|
| 3296 | 3296 |
<%-- B선 회원 선결제 버튼 처리 --%> |
| 3297 | 3297 |
<c:if test="${mberManageVO.blineCode ne 'N'}">
|
| 3298 |
- <button type="button" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
|
|
| 3298 |
+ <button type="button" class="thinfill" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
|
|
| 3299 | 3299 |
</c:if> |
| 3300 | 3300 |
</th> |
| 3301 | 3301 |
<td> |
... | ... | @@ -3683,7 +3683,7 @@ |
| 3683 | 3683 |
|
| 3684 | 3684 |
<%-- B선 회원 선결제 버튼 처리 --%> |
| 3685 | 3685 |
<c:if test="${mberManageVO.blineCode ne 'N'}">
|
| 3686 |
- <button type="button" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
|
|
| 3686 |
+ <button type="button" class="thinfill" onclick="fnUserPrePayDataListPopup('${mberManageVO.mberId}'); return false">선결제</button>
|
|
| 3687 | 3687 |
</c:if> |
| 3688 | 3688 |
</th> |
| 3689 | 3689 |
<td> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?