관리자: 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

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