모바일: 1대1 문의 추가 수정

This commit is contained in:
whitedot
2013-12-05 11:17:25 +09:00
parent 7698589c56
commit f67669969e
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="page" value="<?php echo $page; ?>">
<?php if ($is_checkbox) { ?>
<div id="bo_chk">
<div id="list_chk">
<label for="chkall" class="sound_only">게시물 전체</label>
<input type="checkbox" id="chkall" onclick="if (this.checked) all_checked(true); else all_checked(false);">
</div>