관리자: input select label 중심 마크업 정리
This commit is contained in:
@ -130,7 +130,7 @@ function no_hp_click(val)
|
||||
<?php } ?>
|
||||
</select>
|
||||
<input type="checkbox" name="no_hp" id="no_hp" <?php echo $no_hp_checked?> onclick="no_hp_click(this.checked)">
|
||||
<label for="no_hp"> 휴대폰 소유자만 보기</label>
|
||||
<label for="no_hp">휴대폰 소유자만 보기</label>
|
||||
</form>
|
||||
|
||||
<div class="btn_add01 btn_add">
|
||||
@ -150,7 +150,7 @@ function no_hp_click(val)
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">
|
||||
<label for="chk_all" class="sound_only">현재 페이지 전체선택</label>
|
||||
<label for="chk_all" class="sound_only">현재 페이지 전체</label>
|
||||
<input type="checkbox" id="chk_all" onclick="book_all_checked(this.checked)">
|
||||
</th>
|
||||
<th scope="col">번호</th>
|
||||
|
||||
Reference in New Issue
Block a user