선거문자 메뉴 탭 이름 및 링크 수정
- 선거문자 20건 분할발송 적용에 따른 탭 이름 및 링크 변경
This commit is contained in:
parent
8ea84d002c
commit
6c1bca0278
@ -619,6 +619,12 @@ function fnMsgExcelDataView(){
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function fnMsgTWDataView(){
|
||||||
|
|
||||||
|
location.href="/web/mjon/msgcampain/selectMsgTWDataView.do";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
function fn_saveMyMsg(){ // 내 문자 보관함 저장
|
function fn_saveMyMsg(){ // 내 문자 보관함 저장
|
||||||
|
|
||||||
var form = document.msgForm;
|
var form = document.msgForm;
|
||||||
@ -2005,10 +2011,14 @@ function popScrCloseSetting(){
|
|||||||
<div class="send_top">
|
<div class="send_top">
|
||||||
<!-- tab button -->
|
<!-- tab button -->
|
||||||
<ul class="tabType1">
|
<ul class="tabType1">
|
||||||
<li class="tab active"><button type="button" onclick="TabType1(this,'1');">단문 · 장문 · 그림 문자</button></li>
|
<li class="tab active">
|
||||||
|
<%-- <button type="button" onclick="TabType1(this,'1');">단문 · 장문 · 그림 문자</button> --%>
|
||||||
|
<button type="button" onclick="TabType1(this,'1');">단체문자(자동동보문자)</button>
|
||||||
|
</li>
|
||||||
<li class="tab">
|
<li class="tab">
|
||||||
<!-- <button type="button" onclick="TabType1(this,'2');">대량 문자(엑셀·TXT)</button> -->
|
<%-- <button type="button" onclick="TabType1(this,'2');">대량 문자(엑셀·TXT)</button> --%>
|
||||||
<button type="button" onclick="javascript:fnMsgExcelDataView(); return false;">단체문자(엑셀·TXT)</button>
|
<%-- <button type="button" onclick="javascript:fnMsgExcelDataView(); return false;">단체문자(엑셀·TXT)</button> --%>
|
||||||
|
<button type="button" onclick="javascript:fnMsgTWDataView(); return false;">20건 문자(수동문자)</button>
|
||||||
</li>
|
</li>
|
||||||
</ul><!--// tab button -->
|
</ul><!--// tab button -->
|
||||||
<!-- tab content1 -->
|
<!-- tab content1 -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user