관리자: 버튼스타일 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">
|
||||
|
||||
@ -193,10 +193,10 @@ if ($i == 0)
|
||||
</table>
|
||||
|
||||
<div class="btn_list">
|
||||
<input type="button" value="선택수정" onclick="btn_check(this.form, 'update')">
|
||||
<button onclick="btn_check(this.form, 'update')">선택수정</button>
|
||||
<?if ($is_admin == 'super') {?>
|
||||
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
|
||||
<a href="./board_form.php">게시판 추가</a>
|
||||
<button onclick="btn_check(this.form, 'delete')">선택삭제</button>
|
||||
<a href="./board_form.php">게시판추가</a>
|
||||
<?}?>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -130,7 +130,7 @@ while ($row=sql_fetch_array($result))
|
||||
|
||||
<div class="btn_confirm">
|
||||
<input type="submit" value="메일보내기">
|
||||
<input type="button" value="뒤로" onclick="history.go(-1);">
|
||||
<button onclick="history.go(-1);">뒤로</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
@ -233,8 +233,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>
|
||||
<? if ($is_admin == 'super') {?><a href="./member_form.php">회원추가</a><?}?>
|
||||
</div>
|
||||
|
||||
|
||||
@ -170,7 +170,7 @@ if ($i == 0)
|
||||
</table>
|
||||
|
||||
<div class="btn_list">
|
||||
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
|
||||
<button onclick="btn_check(this.form, 'delete')">선택삭제</button>
|
||||
</div>
|
||||
|
||||
<?
|
||||
|
||||
@ -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