관리자: 버튼스타일 input -> button

This commit is contained in:
whitedot
2012-12-14 17:34:05 +09:00
parent 1b9502746f
commit e30b355ed0
8 changed files with 14 additions and 14 deletions

View File

@ -161,8 +161,8 @@ if ($i == 0)
</table>
<div class="btn_list">
<input type="button" value="선택수정" onclick="btn_check(this.form, 'update')">
<!-- <input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"> -->
<button onclick="btn_check(this.form, 'update')">선택수정</button>
<!-- <button onclick="btn_check(this.form, 'delete')">선택삭제</button> -->
<a href="./boardgroup_form.php">게시판그룹 추가</a>
</div>