rosewiper 2024-02-07
선거문자 20건 수동문자 엔터키 체크박스 텍스트 동적 변경 적용 - 즉시/예약 선택에 따른 텍스트 문구 변경 적용
 - 즉시/예약 선택에 따른 텍스트 문구 변경 적용
@ed369cb80fecf0b4ef8d03f091b5311379e60460
src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
@@ -1861,6 +1861,7 @@
 		//$('.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 @@
 		/* $('.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 @@
 	                    <!-- 엔터키로 발송 체크박스 -->
 	                    <div class="use_enter">
 	                    	<input type="checkbox" id="enterChk" name="enterChk">
-	                    	<label for="enterChk">Enter키로 발송하기</label><!-- 예약일땐 'Enter키로 예약하기'로 변경부탁드려요 -->
+	                    	<label for="enterChk" id="lblEnterKey">Enter키로 발송하기</label><!-- 예약일땐 'Enter키로 예약하기'로 변경부탁드려요 -->
 	                    </div>
                         <div class="rev_selected">
                             <div class="rev_top">
Add a comment
List