--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
... | ... | @@ -215,12 +215,12 @@ |
| 215 | 215 |
<td> |
| 216 | 216 |
<label for="msgSentDel${status.count}" class="label">선택</label>
|
| 217 | 217 |
<c:choose> |
| 218 |
- <c:when test="${result.curState == '0'}">
|
|
| 219 |
- <input type="checkbox" id="msgSentDel${status.count}" name="msgSentDel" value="${result.msgGroupId}" disabled>
|
|
| 218 |
+ <c:when test="${result.statusCd eq '03' or result.statusCd eq '01'}">
|
|
| 219 |
+ <input type="checkbox" disabled> |
|
| 220 | 220 |
</c:when> |
| 221 |
- <c:when test="${mjonMsgSentVO.listType == 'groupList'}">
|
|
| 221 |
+ <c:otherwise> |
|
| 222 | 222 |
<input type="checkbox" id="msgSentDel${status.count}" name="msgSentDel" value="${result.msgGroupId}">
|
| 223 |
- </c:when> |
|
| 223 |
+ </c:otherwise> |
|
| 224 | 224 |
</c:choose> |
| 225 | 225 |
|
| 226 | 226 |
</td> |
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailView.jsp
... | ... | @@ -241,7 +241,7 @@ |
| 241 | 241 |
<div class="phone"> |
| 242 | 242 |
<div class="phoneIn"> |
| 243 | 243 |
<div> |
| 244 |
- <p class="prev_p"><img src="/publish/images/search.png">미리보기</p> |
|
| 244 |
+ <p class="prev_p"><img src="/publish/images/search.png">문자내용</p> |
|
| 245 | 245 |
<div class="text_length2 clearfix" style="display:none;"> |
| 246 | 246 |
<span class="msg_com msg_short">단문</span> |
| 247 | 247 |
<div> |
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?