2023/08/07 발송결과 > 테이블 퍼블리싱 수정
@0fe0920aa2a701b0a30c1f6d27435d18798232df
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
... | ... | @@ -79,9 +79,9 @@ |
| 79 | 79 |
<col style="width: 15%;"> |
| 80 | 80 |
<col style="width: 8%;"> |
| 81 | 81 |
<col style="width: 90px;"> |
| 82 |
- <col style="width: 17%;"> |
|
| 82 |
+ <col style="width: 10%;"> |
|
| 83 | 83 |
<col style="width: 12%;"> |
| 84 |
- <col style="width: 8%;"> |
|
| 84 |
+ <col style="width: 12%;"> |
|
| 85 | 85 |
<col style="width: 8%;"> |
| 86 | 86 |
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
| 87 | 87 |
<col style="width: 8%;"> |
... | ... | @@ -392,10 +392,10 @@ |
| 392 | 392 |
<c:otherwise> |
| 393 | 393 |
<tr> |
| 394 | 394 |
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
| 395 |
- <td colspan="10">발송 내역이 없습니다.</td> |
|
| 395 |
+ <td colspan="11">발송 내역이 없습니다.</td> |
|
| 396 | 396 |
</c:if> |
| 397 | 397 |
<c:if test="${mjonMsgSentVO.listType ne 'groupList'}">
|
| 398 |
- <td colspan="8">발송 내역이 없습니다.</td> |
|
| 398 |
+ <td colspan="9">발송 내역이 없습니다.</td> |
|
| 399 | 399 |
</c:if> |
| 400 | 400 |
</tr> |
| 401 | 401 |
</c:otherwise> |
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentCompleteListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentCompleteListAjax.jsp
... | ... | @@ -72,9 +72,9 @@ |
| 72 | 72 |
<col style="width: 15%;"> |
| 73 | 73 |
<col style="width: 8%;"> |
| 74 | 74 |
<col style="width: 90px;"> |
| 75 |
- <col style="width: 17%;"> |
|
| 75 |
+ <col style="width: 10%;"> |
|
| 76 | 76 |
<col style="width: 12%;"> |
| 77 |
- <col style="width: 8%;"> |
|
| 77 |
+ <col style="width: 12%;"> |
|
| 78 | 78 |
<col style="width: 8%;"> |
| 79 | 79 |
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
| 80 | 80 |
<col style="width: 8%;"> |
... | ... | @@ -291,10 +291,10 @@ |
| 291 | 291 |
<c:otherwise> |
| 292 | 292 |
<tr> |
| 293 | 293 |
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
| 294 |
- <td colspan="10">발송 내역이 없습니다.</td> |
|
| 294 |
+ <td colspan="11">발송 내역이 없습니다.</td> |
|
| 295 | 295 |
</c:if> |
| 296 | 296 |
<c:if test="${mjonMsgSentVO.listType ne 'groupList'}">
|
| 297 |
- <td colspan="8">발송 내역이 없습니다.</td> |
|
| 297 |
+ <td colspan="9">발송 내역이 없습니다.</td> |
|
| 298 | 298 |
</c:if> |
| 299 | 299 |
</tr> |
| 300 | 300 |
</c:otherwise> |
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentFailListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentFailListAjax.jsp
... | ... | @@ -72,9 +72,9 @@ |
| 72 | 72 |
<col style="width: 15%;"> |
| 73 | 73 |
<col style="width: 8%;"> |
| 74 | 74 |
<col style="width: 90px;"> |
| 75 |
- <col style="width: 17%;"> |
|
| 75 |
+ <col style="width: 10%;"> |
|
| 76 | 76 |
<col style="width: 12%;"> |
| 77 |
- <col style="width: 8%;"> |
|
| 77 |
+ <col style="width: 12%;"> |
|
| 78 | 78 |
<col style="width: 8%;"> |
| 79 | 79 |
<col style="width: 8%;"> |
| 80 | 80 |
<col style="width: 8%;"> |
... | ... | @@ -252,7 +252,7 @@ |
| 252 | 252 |
</c:when> |
| 253 | 253 |
<c:otherwise> |
| 254 | 254 |
<tr> |
| 255 |
- <td colspan="10">발송 내역이 없습니다.</td> |
|
| 255 |
+ <td colspan="11">발송 내역이 없습니다.</td> |
|
| 256 | 256 |
</tr> |
| 257 | 257 |
</c:otherwise> |
| 258 | 258 |
</c:choose> |
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
... | ... | @@ -72,9 +72,9 @@ |
| 72 | 72 |
<col style="width: 15%;"> |
| 73 | 73 |
<col style="width: 8%;"> |
| 74 | 74 |
<col style="width: 90px;"> |
| 75 |
- <col style="width: 17%;"> |
|
| 75 |
+ <col style="width: 10%;"> |
|
| 76 | 76 |
<col style="width: 12%;"> |
| 77 |
- <col style="width: 8%;"> |
|
| 77 |
+ <col style="width: 12%;"> |
|
| 78 | 78 |
<col style="width: 8%;"> |
| 79 | 79 |
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
| 80 | 80 |
<col style="width: 8%;"> |
... | ... | @@ -291,10 +291,10 @@ |
| 291 | 291 |
<c:otherwise> |
| 292 | 292 |
<tr> |
| 293 | 293 |
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
| 294 |
- <td colspan="10">발송 내역이 없습니다.</td> |
|
| 294 |
+ <td colspan="11">발송 내역이 없습니다.</td> |
|
| 295 | 295 |
</c:if> |
| 296 | 296 |
<c:if test="${mjonMsgSentVO.listType ne 'groupList'}">
|
| 297 |
- <td colspan="8">발송 내역이 없습니다.</td> |
|
| 297 |
+ <td colspan="9">발송 내역이 없습니다.</td> |
|
| 298 | 298 |
</c:if> |
| 299 | 299 |
</tr> |
| 300 | 300 |
</c:otherwise> |
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?