선거문자 메뉴 탭 이름 및 링크 수정 - 선거문자 20건 분할발송 적용에 따른 탭 이름 및 링크 변경
- 선거문자 20건 분할발송 적용에 따른 탭 이름 및 링크 변경
@6c1bca0278fe70ebd731313b090e984d083f646a
--- src/main/webapp/WEB-INF/jsp/web/msgcampain/MsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgcampain/MsgDataView.jsp
... | ... | @@ -619,6 +619,12 @@ |
| 619 | 619 |
|
| 620 | 620 |
} |
| 621 | 621 |
|
| 622 |
+function fnMsgTWDataView(){
|
|
| 623 |
+ |
|
| 624 |
+ location.href="/web/mjon/msgcampain/selectMsgTWDataView.do"; |
|
| 625 |
+ |
|
| 626 |
+} |
|
| 627 |
+ |
|
| 622 | 628 |
function fn_saveMyMsg(){ // 내 문자 보관함 저장
|
| 623 | 629 |
|
| 624 | 630 |
var form = document.msgForm; |
... | ... | @@ -2005,10 +2011,14 @@ |
| 2005 | 2011 |
<div class="send_top"> |
| 2006 | 2012 |
<!-- tab button --> |
| 2007 | 2013 |
<ul class="tabType1"> |
| 2008 |
- <li class="tab active"><button type="button" onclick="TabType1(this,'1');">단문 · 장문 · 그림 문자</button></li> |
|
| 2014 |
+ <li class="tab active"> |
|
| 2015 |
+ <%-- <button type="button" onclick="TabType1(this,'1');">단문 · 장문 · 그림 문자</button> --%> |
|
| 2016 |
+ <button type="button" onclick="TabType1(this,'1');">단체문자(자동동보문자)</button> |
|
| 2017 |
+ </li> |
|
| 2009 | 2018 |
<li class="tab"> |
| 2010 |
- <!-- <button type="button" onclick="TabType1(this,'2');">대량 문자(엑셀·TXT)</button> --> |
|
| 2011 |
- <button type="button" onclick="javascript:fnMsgExcelDataView(); return false;">단체문자(엑셀·TXT)</button> |
|
| 2019 |
+ <%-- <button type="button" onclick="TabType1(this,'2');">대량 문자(엑셀·TXT)</button> --%> |
|
| 2020 |
+ <%-- <button type="button" onclick="javascript:fnMsgExcelDataView(); return false;">단체문자(엑셀·TXT)</button> --%> |
|
| 2021 |
+ <button type="button" onclick="javascript:fnMsgTWDataView(); return false;">20건 문자(수동문자)</button> |
|
| 2012 | 2022 |
</li> |
| 2013 | 2023 |
</ul><!--// tab button --> |
| 2014 | 2024 |
<!-- tab content1 --> |
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?