선거문자 20건 수동문자 엔터키 체크박스 텍스트 동적 변경 적용 - 즉시/예약 선택에 따른 텍스트 문구 변경 적용
- 즉시/예약 선택에 따른 텍스트 문구 변경 적용
@ed369cb80fecf0b4ef8d03f091b5311379e60460
--- 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 @@ |
| 1861 | 1861 |
//$('.send_rev .send_content').css('padding-bottom','108px');
|
| 1862 | 1862 |
$(".send_top .send_right .phone_bottom").css("bottom","130px");
|
| 1863 | 1863 |
$('.send_btn .btnType:first-child').html('발송하기');
|
| 1864 |
+ $("#lblEnterKey").text("Enter키로 발송하기");
|
|
| 1864 | 1865 |
}); |
| 1865 | 1866 |
|
| 1866 | 1867 |
//예약 발송 라디오 버튼 선택시 숨김 해제처리 |
... | ... | @@ -1869,6 +1870,7 @@ |
| 1869 | 1870 |
/* $('.send_rev .send_content').css('padding-bottom','0'); */
|
| 1870 | 1871 |
$(".send_top .send_right .phone_bottom").css("bottom","64px");
|
| 1871 | 1872 |
$('.send_btn .btnType:first-child').html('예약하기');
|
| 1873 |
+ $("#lblEnterKey").text("Enter키로 예약하기");
|
|
| 1872 | 1874 |
}); |
| 1873 | 1875 |
|
| 1874 | 1876 |
}); |
... | ... | @@ -4541,7 +4543,7 @@ |
| 4541 | 4543 |
<!-- 엔터키로 발송 체크박스 --> |
| 4542 | 4544 |
<div class="use_enter"> |
| 4543 | 4545 |
<input type="checkbox" id="enterChk" name="enterChk"> |
| 4544 |
- <label for="enterChk">Enter키로 발송하기</label><!-- 예약일땐 'Enter키로 예약하기'로 변경부탁드려요 --> |
|
| 4546 |
+ <label for="enterChk" id="lblEnterKey">Enter키로 발송하기</label><!-- 예약일땐 'Enter키로 예약하기'로 변경부탁드려요 --> |
|
| 4545 | 4547 |
</div> |
| 4546 | 4548 |
<div class="rev_selected"> |
| 4547 | 4549 |
<div class="rev_top"> |
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?