4891_발송결과_속도개선 진행중
This commit is contained in:
parent
b06910b476
commit
ddc1437141
@ -215,12 +215,12 @@ function fnReservCancel(msgGroupId){
|
||||
<td>
|
||||
<label for="msgSentDel${status.count}" class="label">선택</label>
|
||||
<c:choose>
|
||||
<c:when test="${result.curState == '0'}">
|
||||
<input type="checkbox" id="msgSentDel${status.count}" name="msgSentDel" value="${result.msgGroupId}" disabled>
|
||||
<c:when test="${result.statusCd eq '03' or result.statusCd eq '01'}">
|
||||
<input type="checkbox" disabled>
|
||||
</c:when>
|
||||
<c:when test="${mjonMsgSentVO.listType == 'groupList'}">
|
||||
<c:otherwise>
|
||||
<input type="checkbox" id="msgSentDel${status.count}" name="msgSentDel" value="${result.msgGroupId}">
|
||||
</c:when>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
</td>
|
||||
|
||||
@ -241,7 +241,7 @@ function fn_setData(data){
|
||||
<div class="phone">
|
||||
<div class="phoneIn">
|
||||
<div>
|
||||
<p class="prev_p"><img src="/publish/images/search.png">미리보기</p>
|
||||
<p class="prev_p"><img src="/publish/images/search.png">문자내용</p>
|
||||
<div class="text_length2 clearfix" style="display:none;">
|
||||
<span class="msg_com msg_short">단문</span>
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user