쇼핑몰관리자: 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

@ -58,7 +58,7 @@ $result = sql_query($sql);
<?php
}
if ($i == 0) {
echo '<tr><td colspan="3" class="empty_data">자료가 한건도 없습니다.</td></tr>';
echo '<tr><td colspan="3" class="empty_table">자료가 한건도 없습니다.</td></tr>';
}
?>
</tbody>