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

This commit is contained in:
whitedot
2013-11-25 15:54:47 +09:00
parent 2e2983095b
commit 2c6931107f
23 changed files with 28 additions and 26 deletions

View File

@ -75,7 +75,7 @@ $colspan = 7;
<?php
}
if (!$i)
echo "<tr><td colspan=\"".$colspan."\" class=\"empty_table\">자료가 없습니다.</td></tr>";
echo "<tr><td colspan=\"".$colspan."\" class=\"empty_data\">자료가 없습니다.</td></tr>";
?>
</tbody>
</table>