쇼핑몰관리 : #30 이벤트관리 목록 표준화 및 스타일 세부 수정

This commit is contained in:
rollydream
2013-04-03 14:56:10 +09:00
parent 1c45aa06d5
commit ac8ed3cc18

View File

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