쇼핑몰관리자: #311 쇼핑몰관리 주문관리 마크업 수정

This commit is contained in:
whitedot
2013-10-22 11:51:16 +09:00
parent eb2b23ce17
commit 8053f5b74c
2 changed files with 9 additions and 9 deletions

View File

@ -194,7 +194,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
<?php
}
if ($i == 0)
echo '<tr><td colspan="10" class="empty_table">자료가 한건도 없습니다.</td></tr>';
echo '<tr><td colspan="11" class="empty_table">자료가 한건도 없습니다.</td></tr>';
?>
</table>
</div>