관리자: 버튼스타일 input -> button
This commit is contained in:
@ -132,7 +132,7 @@ if ($i == 0)
|
||||
|
||||
<?if ($is_admin == 'super'){ ?>
|
||||
<div class="btn_list">
|
||||
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
|
||||
<button onclick="btn_check(this.form, 'delete')">선택삭제</button>
|
||||
</div>
|
||||
<?}?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user