쇼핑몰관리자: empty_table > empty_list 로 복원

This commit is contained in:
whitedot
2013-11-25 16:02:25 +09:00
parent ef73d7d3d8
commit 53488289f1
29 changed files with 59 additions and 68 deletions

View File

@ -189,7 +189,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
<?php
}
if (!$i)
echo '<tr><td colspan="8" class="empty_data"><span>자료가 없습니다.</span></td></tr>';
echo '<tr><td colspan="8" class="empty_table"><span>자료가 없습니다.</span></td></tr>';
?>
</tbody>
</table>