마크업:관리자>그룹접근가능회원

This commit is contained in:
whitedot
2012-11-13 17:41:27 +09:00
parent eea70aa183
commit 6ad99357e8
4 changed files with 143 additions and 170 deletions

View File

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