2023/08/08 예약관리 > 테이블 수정
@70ff2a6a4ac98bd6dbe61625032aeec3ecff4269
--- src/main/webapp/WEB-INF/jsp/web/reservedmsg/ReservedMsgAllListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/reservedmsg/ReservedMsgAllListAjax.jsp
... | ... | @@ -301,7 +301,7 @@ |
| 301 | 301 |
</c:when> |
| 302 | 302 |
<c:otherwise> |
| 303 | 303 |
<tr> |
| 304 |
- <td colspan="12">발송 내역이 없습니다.</td> |
|
| 304 |
+ <td colspan="13">발송 내역이 없습니다.</td> |
|
| 305 | 305 |
</tr> |
| 306 | 306 |
</c:otherwise> |
| 307 | 307 |
</c:choose> |
--- src/main/webapp/WEB-INF/jsp/web/reservedmsg/ReservedMsgCancelListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/reservedmsg/ReservedMsgCancelListAjax.jsp
... | ... | @@ -240,7 +240,7 @@ |
| 240 | 240 |
</c:when> |
| 241 | 241 |
<c:otherwise> |
| 242 | 242 |
<tr> |
| 243 |
- <td colspan="10">발송 내역이 없습니다.</td> |
|
| 243 |
+ <td colspan="11">발송 내역이 없습니다.</td> |
|
| 244 | 244 |
</tr> |
| 245 | 245 |
</c:otherwise> |
| 246 | 246 |
</c:choose> |
--- src/main/webapp/WEB-INF/jsp/web/reservedmsg/ReservedMsgCompleteListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/reservedmsg/ReservedMsgCompleteListAjax.jsp
... | ... | @@ -227,7 +227,7 @@ |
| 227 | 227 |
</c:when> |
| 228 | 228 |
<c:otherwise> |
| 229 | 229 |
<tr> |
| 230 |
- <td colspan="9">발송 내역이 없습니다.</td> |
|
| 230 |
+ <td colspan="10">발송 내역이 없습니다.</td> |
|
| 231 | 231 |
</tr> |
| 232 | 232 |
</c:otherwise> |
| 233 | 233 |
</c:choose> |
--- src/main/webapp/WEB-INF/jsp/web/reservedmsg/ReservedMsgReadyListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/reservedmsg/ReservedMsgReadyListAjax.jsp
... | ... | @@ -244,7 +244,7 @@ |
| 244 | 244 |
</c:when> |
| 245 | 245 |
<c:otherwise> |
| 246 | 246 |
<tr> |
| 247 |
- <td colspan="9">발송 내역이 없습니다.</td> |
|
| 247 |
+ <td colspan="10">발송 내역이 없습니다.</td> |
|
| 248 | 248 |
</tr> |
| 249 | 249 |
</c:otherwise> |
| 250 | 250 |
</c:choose> |
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?