2023/08/07 발송결과 > 테이블 퍼블리싱 수정
This commit is contained in:
parent
6f894cdbcc
commit
0fe0920aa2
@ -79,9 +79,9 @@ $(document).ready(function(){
|
||||
<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: 12%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
||||
<col style="width: 8%;">
|
||||
@ -392,10 +392,10 @@ $(document).ready(function(){
|
||||
<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>
|
||||
|
||||
@ -72,9 +72,9 @@ $(document).ready(function(){
|
||||
<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: 12%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
||||
<col style="width: 8%;">
|
||||
@ -291,10 +291,10 @@ $(document).ready(function(){
|
||||
<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>
|
||||
|
||||
@ -72,9 +72,9 @@ $(document).ready(function(){
|
||||
<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: 12%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
@ -252,7 +252,7 @@ $(document).ready(function(){
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<tr>
|
||||
<td colspan="10">발송 내역이 없습니다.</td>
|
||||
<td colspan="11">발송 내역이 없습니다.</td>
|
||||
</tr>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
@ -72,9 +72,9 @@ $(document).ready(function(){
|
||||
<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: 12%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<c:if test="${mjonMsgSentVO.listType eq 'groupList'}">
|
||||
<col style="width: 8%;">
|
||||
@ -291,10 +291,10 @@ $(document).ready(function(){
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user