문자발송페이지050 팝업안내 제거
This commit is contained in:
parent
44fead388f
commit
46204f38f0
@ -4208,7 +4208,7 @@ function getMjMsgSentListAll(pageNo) {
|
||||
<label for="" class="label">받는 번호입력</label>
|
||||
<!-- <input type="text" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;"> -->
|
||||
<!-- oninput="this.value = this.value.replace(/[^0-9.\n]/g, '').replace(/(\..*)\./g, '$1');" -->
|
||||
<textarea name="callTo" id="callTo" cols="30" rows="10" class="receipt_num phone_num"
|
||||
<textarea name="callTo" id="callTo" cols="30" rows="10" class="receipt_num"
|
||||
placeholder="번호를 입력하세요"
|
||||
onfocus="this.placeholder=''"
|
||||
onblur="this.placeholder='번호를 입력하세요'"
|
||||
@ -4216,8 +4216,7 @@ function getMjMsgSentListAll(pageNo) {
|
||||
<!-- <button type="button" class="btnType btnType6">번호추가</button> -->
|
||||
<div class="btn_popup_wrap">
|
||||
<button type="button" class="btnType btnType6 btn_add_number addCallToF">번호추가<i class="qmMark"></i></button>
|
||||
<span style="display:block;margin:8px 0 0 0;"><span class="vMiddle">*</span> 중복번호는 한번만 추가됩니다.</span>
|
||||
<button type="button" class="button info info_guide" onclick="infoPop('selectMsgDataView3');">* 일부 안심번호(050*)는 발송이 제한될 수 있습니다.</button>
|
||||
<span style="display:block;margin:10px 0 0 0;"><span class="vMiddle">*</span> 중복번호는 한번만 추가됩니다.</span>
|
||||
<div class="error_hover_cont send_hover_cont">
|
||||
<!-- <p>휴대폰 번호 입력 시 해당 휴대폰 번호에 대한 형식이 어긋나거나 휴대폰 번호에 오류가 있는지 등을 검사하는 기능</p> -->
|
||||
<p>줄바꿈(Enter) 기준으로 핸드폰 번호 입력이 가능합니다.</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user