--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentView.jsp
... | ... | @@ -969,7 +969,7 @@ |
| 969 | 969 |
<div class="table_tab_wrap"> |
| 970 | 970 |
<ul> |
| 971 | 971 |
<li class="tab active"> |
| 972 |
- <button type="button" onclick="fnListLoad('all','0'); return false;">전체</button></li>
|
|
| 972 |
+ <button type="button" onclick="fnListLoad('all','0'); return false;">전체</button></li>
|
|
| 973 | 973 |
<li class="tab"><button type="button" onclick="fnListLoad('ready','1'); return false;">결과대기</button></li>
|
| 974 | 974 |
<li class="tab"><button type="button" onclick="fnListLoad('complete','2'); return false;">정상수신</button></li>
|
| 975 | 975 |
<li class="tab"><button type="button" onclick="fnListLoad('fail','3'); return false;">수신오류</button></li>
|
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?