재전송 버튼 노출
@361aae015aa6205ec1c062f33d63f63802ba1946
--- src/main/webapp/WEB-INF/jsp/web/msgcampain/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgcampain/MsgDataSMLView.jsp
... | ... | @@ -4078,10 +4078,11 @@ |
| 4078 | 4078 |
<div class="btn_popup_wrap"> |
| 4079 | 4079 |
<button type="button" data-tooltip="popup03" class="btnType btnType7 tab2">자주 보내는 번호</button> |
| 4080 | 4080 |
</div> |
| 4081 |
- <%-- |
|
| 4082 | 4081 |
<div class="btn_popup_wrap"> |
| 4083 | 4082 |
<button type="button" data-tooltip="popup05" class="btnType btnType7 tab2" onclick="getMjMsgSentListAll('1');">재전송</button>
|
| 4084 | 4083 |
</div> |
| 4084 |
+ <%-- |
|
| 4085 |
+ |
|
| 4085 | 4086 |
--%> |
| 4086 | 4087 |
<div class="btn_popup_wrap check_validity_wrap"> |
| 4087 | 4088 |
<button type="button" class="btnType btnType7 check_validity">오류 검사 <i class="qmMark"></i></button> |
--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
... | ... | @@ -3878,10 +3878,11 @@ |
| 3878 | 3878 |
<div class="btn_popup_wrap"> |
| 3879 | 3879 |
<button type="button" data-tooltip="popup03" class="btnType btnType7 tab2">자주 보내는 번호</button> |
| 3880 | 3880 |
</div> |
| 3881 |
- <%-- |
|
| 3882 | 3881 |
<div class="btn_popup_wrap"> |
| 3883 | 3882 |
<button type="button" data-tooltip="popup05" class="btnType btnType7 tab2" onclick="getMjMsgSentListAll('1');">재전송</button>
|
| 3884 | 3883 |
</div> |
| 3884 |
+ <%-- |
|
| 3885 |
+ |
|
| 3885 | 3886 |
--%> |
| 3886 | 3887 |
<div class="btn_popup_wrap check_validity_wrap"> |
| 3887 | 3888 |
<button type="button" class="btnType btnType7 check_validity">오류 검사 <i class="qmMark"></i></button> |
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
... | ... | @@ -207,8 +207,9 @@ |
| 207 | 207 |
</td> |
| 208 | 208 |
<td name="listTd"> |
| 209 | 209 |
<button class="btnType btnType20" data-tooltip="rev_popup01" onClick="javascript:fnRevDetailPop('${resultAllSentList.msgGroupId}','${resultAllSentList.msgId}','${resultAllSentList.fileCnt}'); return false;">상세보기</button>
|
| 210 |
+ <button class="btnType btnType20" onClick="javascript:fnMjMsgReSendAll('${resultAllSentList.msgGroupId}','${replaceCnt}','${electionCnt}','${advertisementCnt}'); return false;">재전송</button>
|
|
| 210 | 211 |
<%-- |
| 211 |
- <button class="btnType btnType20" onClick="javascript:fnMjMsgReSendAll('${resultAllSentList.msgGroupId}','${replaceCnt}','${electionCnt}','${advertisementCnt}'); return false;">재전송</button>
|
|
| 212 |
+ |
|
| 212 | 213 |
--%> |
| 213 | 214 |
</td> |
| 214 | 215 |
<td name="listTd"> |
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?