This commit is contained in:
itn 2023-08-08 11:06:01 +09:00
commit 2939c31cdc
4 changed files with 4 additions and 4 deletions

View File

@ -301,7 +301,7 @@ $(document).ready(function(){
</c:when>
<c:otherwise>
<tr>
<td colspan="12">발송 내역이 없습니다.</td>
<td colspan="13">발송 내역이 없습니다.</td>
</tr>
</c:otherwise>
</c:choose>

View File

@ -240,7 +240,7 @@ $(document).ready(function(){
</c:when>
<c:otherwise>
<tr>
<td colspan="10">발송 내역이 없습니다.</td>
<td colspan="11">발송 내역이 없습니다.</td>
</tr>
</c:otherwise>
</c:choose>

View File

@ -227,7 +227,7 @@ $(document).ready(function(){
</c:when>
<c:otherwise>
<tr>
<td colspan="9">발송 내역이 없습니다.</td>
<td colspan="10">발송 내역이 없습니다.</td>
</tr>
</c:otherwise>
</c:choose>

View File

@ -244,7 +244,7 @@ function fnSearch(pageNo){
</c:when>
<c:otherwise>
<tr>
<td colspan="9">발송 내역이 없습니다.</td>
<td colspan="10">발송 내역이 없습니다.</td>
</tr>
</c:otherwise>
</c:choose>