쇼핑몰관리자 : #32 매출현황 표준화 및 스타일

This commit is contained in:
rollydream
2013-04-04 10:47:10 +09:00
parent 9c31a66867
commit 12ee2b02f8
4 changed files with 59 additions and 61 deletions

View File

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