사용자: input select label 중심 마크업 정리

This commit is contained in:
whitedot
2014-04-01 18:18:04 +09:00
parent b03949626e
commit 53636a3453
10 changed files with 23 additions and 23 deletions

View File

@ -61,7 +61,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
<thead>
<tr>
<th scope="col">
<label for="chkall" class="sound_only">게시판 전체</label>
<label for="chkall" class="sound_only">현재 페이지 게시판 전체</label>
<input type="checkbox" id="chkall" onclick="if (this.checked) all_checked(true); else all_checked(false);">
</th>
<th scope="col">게시판</th>