diff --git a/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp b/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp index ffbb4408..26de5c82 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp @@ -1861,6 +1861,7 @@ $(document).ready(function (){ //$('.send_rev .send_content').css('padding-bottom','108px'); $(".send_top .send_right .phone_bottom").css("bottom","130px"); $('.send_btn .btnType:first-child').html('발송하기'); + $("#lblEnterKey").text("Enter키로 발송하기"); }); //예약 발송 라디오 버튼 선택시 숨김 해제처리 @@ -1869,6 +1870,7 @@ $(document).ready(function (){ /* $('.send_rev .send_content').css('padding-bottom','0'); */ $(".send_top .send_right .phone_bottom").css("bottom","64px"); $('.send_btn .btnType:first-child').html('예약하기'); + $("#lblEnterKey").text("Enter키로 예약하기"); }); }); @@ -4541,7 +4543,7 @@ function getMjMsgSentListAll(pageNo) {
- +