관리자: empty_data > empty_table 복원

This commit is contained in:
whitedot
2013-11-25 16:03:49 +09:00
parent 2c6931107f
commit 30d133e4ff
23 changed files with 27 additions and 26 deletions

View File

@ -73,7 +73,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
<?php
}
} else {
echo '<tr><td colspan="'.$colspan.'" class="empty_data">자료가 없습니다.</td></tr>';
echo '<tr><td colspan="'.$colspan.'" class="empty_table">자료가 없습니다.</td></tr>';
}
?>
</tbody>