Merge branch 'master' of http://vcs.iten.co.kr:9999/hylee/mjon_git
This commit is contained in:
commit
2939c31cdc
@ -301,7 +301,7 @@ $(document).ready(function(){
|
|||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="12">발송 내역이 없습니다.</td>
|
<td colspan="13">발송 내역이 없습니다.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|||||||
@ -240,7 +240,7 @@ $(document).ready(function(){
|
|||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="10">발송 내역이 없습니다.</td>
|
<td colspan="11">발송 내역이 없습니다.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|||||||
@ -227,7 +227,7 @@ $(document).ready(function(){
|
|||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="9">발송 내역이 없습니다.</td>
|
<td colspan="10">발송 내역이 없습니다.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|||||||
@ -244,7 +244,7 @@ function fnSearch(pageNo){
|
|||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="9">발송 내역이 없습니다.</td>
|
<td colspan="10">발송 내역이 없습니다.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user