관리자: 버튼스타일 input -> button
This commit is contained in:
@ -139,7 +139,7 @@ $pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PH
|
||||
?>
|
||||
|
||||
<div class="btn_list">
|
||||
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
|
||||
<button onclick="btn_check(this.form, 'delete')">선택삭제</button>
|
||||
</div>
|
||||
|
||||
<div class="pg">
|
||||
|
||||
Reference in New Issue
Block a user