쇼핑몰관리자: 쇼핑몰현황 작업 중 empty_table -> empty_data 로 수정

This commit is contained in:
whitedot
2013-11-25 15:50:23 +09:00
parent 976f5f6030
commit ef73d7d3d8
29 changed files with 89 additions and 87 deletions

View File

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