ITN_디자인팀 2023-08-07
2023/08/07 발송결과 > 테이블 퍼블리싱 수정
@0fe0920aa2a701b0a30c1f6d27435d18798232df
src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
@@ -79,9 +79,9 @@
 				<col style="width: 15%;">
 				<col style="width: 8%;">
 				<col style="width: 90px;">
-				<col style="width: 17%;">
+				<col style="width: 10%;">
 				<col style="width: 12%;">
-				<col style="width: 8%;">
+				<col style="width: 12%;">
 				<col style="width: 8%;">
 			<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
 				<col style="width: 8%;">
@@ -392,10 +392,10 @@
 					<c:otherwise>
 					<tr>
 						<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
-							<td colspan="10">발송 내역이 없습니다.</td>
+							<td colspan="11">발송 내역이 없습니다.</td>
 						</c:if>
 						<c:if test="${mjonMsgSentVO.listType ne 'groupList'}">
-							<td colspan="8">발송 내역이 없습니다.</td>
+							<td colspan="9">발송 내역이 없습니다.</td>
 						</c:if>
 					</tr>
 					</c:otherwise>
src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentCompleteListAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentCompleteListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentCompleteListAjax.jsp
@@ -72,9 +72,9 @@
 				<col style="width: 15%;">
 				<col style="width: 8%;">
 				<col style="width: 90px;">
-				<col style="width: 17%;">
+				<col style="width: 10%;">
 				<col style="width: 12%;">
-				<col style="width: 8%;">
+				<col style="width: 12%;">
 				<col style="width: 8%;">
 			<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
 				<col style="width: 8%;">
@@ -291,10 +291,10 @@
 					<c:otherwise>
 					<tr>
 						<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
-							<td colspan="10">발송 내역이 없습니다.</td>
+							<td colspan="11">발송 내역이 없습니다.</td>
 						</c:if>
 						<c:if test="${mjonMsgSentVO.listType ne 'groupList'}">
-							<td colspan="8">발송 내역이 없습니다.</td>
+							<td colspan="9">발송 내역이 없습니다.</td>
 						</c:if>
 					</tr>
 					</c:otherwise>
src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentFailListAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentFailListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentFailListAjax.jsp
@@ -72,9 +72,9 @@
 				<col style="width: 15%;">
 				<col style="width: 8%;">
 				<col style="width: 90px;">
-				<col style="width: 17%;">
+				<col style="width: 10%;">
 				<col style="width: 12%;">
-				<col style="width: 8%;">
+				<col style="width: 12%;">
 				<col style="width: 8%;">
 				<col style="width: 8%;">
 				<col style="width: 8%;">
@@ -252,7 +252,7 @@
 					</c:when>
 					<c:otherwise>
 					<tr>
-						<td colspan="10">발송 내역이 없습니다.</td>
+						<td colspan="11">발송 내역이 없습니다.</td>
 					</tr>
 					</c:otherwise>
 				</c:choose>
src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
@@ -72,9 +72,9 @@
 				<col style="width: 15%;">
 				<col style="width: 8%;">
 				<col style="width: 90px;">
-				<col style="width: 17%;">
+				<col style="width: 10%;">
 				<col style="width: 12%;">
-				<col style="width: 8%;">
+				<col style="width: 12%;">
 				<col style="width: 8%;">
 			<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
 				<col style="width: 8%;">
@@ -291,10 +291,10 @@
 					<c:otherwise>
 					<tr>
 						<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
-							<td colspan="10">발송 내역이 없습니다.</td>
+							<td colspan="11">발송 내역이 없습니다.</td>
 						</c:if>
 						<c:if test="${mjonMsgSentVO.listType ne 'groupList'}">
-							<td colspan="8">발송 내역이 없습니다.</td>
+							<td colspan="9">발송 내역이 없습니다.</td>
 						</c:if>
 					</tr>
 					</c:otherwise>
Add a comment
List