--- src/main/java/itn/let/kakao/kakaoComm/KakaoSendUtil.java
+++ src/main/java/itn/let/kakao/kakaoComm/KakaoSendUtil.java
... | ... | @@ -215,7 +215,7 @@ |
| 215 | 215 |
|
| 216 | 216 |
String title = kakaoSubMagTxtRepl(kakaoVO.getTemplateTitle(), kakaoVO, count); |
| 217 | 217 |
String subTitle = kakaoVO.getTemplateSubtitle(); |
| 218 |
- title = title +"§§"+ subTitle; |
|
| 218 |
+// title = title +"§§"+ subTitle; |
|
| 219 | 219 |
setSendMsgVO.setTemplateEmphasizeType(kakaoVO.getTemplateEmphasizeType()); |
| 220 | 220 |
setSendMsgVO.setTemplateTitle(title); |
| 221 | 221 |
} |
... | ... | @@ -226,7 +226,7 @@ |
| 226 | 226 |
|
| 227 | 227 |
String title = kakaoSubMagTxtRepl(kakaoVO.getTemplateTitle(), kakaoVO, count); |
| 228 | 228 |
String subTitle = kakaoVO.getTemplateSubtitle(); |
| 229 |
- title = title +"§§"+ subTitle; |
|
| 229 |
+// title = title +"§§"+ subTitle; |
|
| 230 | 230 |
setSendMsgVO.setTemplateEmphasizeType(kakaoVO.getTemplateEmphasizeType()); |
| 231 | 231 |
setSendMsgVO.setTemplateTitle(title); |
| 232 | 232 |
} |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp
... | ... | @@ -213,12 +213,12 @@ |
| 213 | 213 |
<c:when test="${prePaymentYn eq 'Y'}">
|
| 214 | 214 |
<ul class="tabType1"> |
| 215 | 215 |
<li class="tab active"><button type="button" onclick="TabType5(this,'1');listLoad('/web/member/pay/PayListAllAjax.do'); return false;" >전체</button></li>
|
| 216 |
- <li class="tab"><button type="button" onclick="TabType5(this,'2');listLoad('/web/member/pay/PayListSPayAjax.do'); return false;">간편결제 결제내역</button></li>
|
|
| 217 |
- <li class="tab"><button type="button" onclick="TabType5(this,'2');listLoad('/web/member/pay/PayListVBankAjax.do'); return false;">전용계좌 결제내역</button></li>
|
|
| 218 |
- <li class="tab"><button type="button" onclick="TabType5(this,'3');listLoad('/web/member/pay/PayListCardAjax.do'); return false;">신용카드 결제내역</button></li>
|
|
| 219 |
- <li class="tab"><button type="button" onclick="TabType5(this,'4');listLoad('/web/member/pay/PayListMobileAjax.do'); return false;">휴대폰 결제내역</button></li>
|
|
| 220 |
- <li class="tab"><button type="button" onclick="TabType5(this,'5');listLoad('/web/member/pay/PayListBankAjax.do'); return false;">즉시이체 결제내역</button></li>
|
|
| 221 |
- <li class="tab"><button type="button" onclick="TabType5(this,'6');listLoad('/web/member/pay/PayListPointAjax.do'); return false;">포인트 교환내역</button></li>
|
|
| 216 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'2');listLoad('/web/member/pay/PayListSPayAjax.do'); return false;">간편결제</button></li>
|
|
| 217 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'2');listLoad('/web/member/pay/PayListVBankAjax.do'); return false;">전용계좌</button></li>
|
|
| 218 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'3');listLoad('/web/member/pay/PayListCardAjax.do'); return false;">신용카드</button></li>
|
|
| 219 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'4');listLoad('/web/member/pay/PayListMobileAjax.do'); return false;">휴대폰</button></li>
|
|
| 220 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'5');listLoad('/web/member/pay/PayListBankAjax.do'); return false;">즉시이체</button></li>
|
|
| 221 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'6');listLoad('/web/member/pay/PayListPointAjax.do'); return false;">포인트 교환</button></li>
|
|
| 222 | 222 |
<li class="tab"><button type="button" id="tab6" onclick="TabType5(this,'7');listLoad('/web/member/pay/PayListRefundAjax.do'); return false;">환불신청</button></li>
|
| 223 | 223 |
</ul> |
| 224 | 224 |
</c:when> |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp
... | ... | @@ -969,19 +969,21 @@ |
| 969 | 969 |
<div class="account_holder"> |
| 970 | 970 |
(예금주 : <c:out value="${result.cmfNm}"/>)
|
| 971 | 971 |
</div> |
| 972 |
+ |
|
| 972 | 973 |
</td> |
| 973 |
- <td class="right"> |
|
| 974 |
+ <td class="right account_te"> |
|
| 975 |
+ <button type="button">가상계좌 확인서</button> |
|
| 974 | 976 |
</td> |
| 975 | 977 |
</tr> |
| 976 | 978 |
</c:forEach> |
| 977 | 979 |
</c:when> |
| 978 | 980 |
<c:otherwise> |
| 979 | 981 |
<tr> |
| 980 |
- <td class="account_te" colspan="2"> |
|
| 982 |
+ <td colspan="2"> |
|
| 981 | 983 |
<div> |
| 982 | 984 |
보유한 전용 계좌가 없습니다. |
| 983 | 985 |
</div> |
| 984 |
- <button type="button">가상계좌 확인서</button> |
|
| 986 |
+ <!-- <button type="button">가상계좌 확인서</button> --> |
|
| 985 | 987 |
</td> |
| 986 | 988 |
</tr> |
| 987 | 989 |
</c:otherwise> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -2009,7 +2009,8 @@ |
| 2009 | 2009 |
.tType1 tbody tr .ele_te span{font-weight: 400;}
|
| 2010 | 2010 |
|
| 2011 | 2011 |
/* 결제화면 > 전용계좌 > 가상계좌 확인서 버튼 추가 */ |
| 2012 |
-.tType1.account_con tbody tr .account_te{display: flex; justify-content: space-between;}
|
|
| 2012 |
+.tType1.account_con{table-layout: auto;}
|
|
| 2013 |
+.tType1.account_con tbody tr .account_te button{white-space: nowrap;}
|
|
| 2013 | 2014 |
|
| 2014 | 2015 |
@keyframes rotate-loading {
|
| 2015 | 2016 |
0% {transform:rotate(0)}
|
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?