button에 type="button" 지정
This commit is contained in:
@@ -27,7 +27,7 @@ require(__dir__.'/../vendor/autoload.php');
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<a href="entrance.php"><button class="btn btn-primary" style="float:right;">돌아가기</button></a>
|
||||
<a href="entrance.php"><button type="button" class="btn btn-primary" style="float:right;">돌아가기</button></a>
|
||||
<h3>회원 관리</h3>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -108,8 +108,8 @@ if ($userGrade >= 5) {
|
||||
<div id="user_info">
|
||||
<div class="bg2 section_title with_border">계 정 관 리</div>
|
||||
<div class="center_ordered_items with_border bg0">
|
||||
<a href="user_info.php"><button id="btn_user_manage" class="with_skin">비밀번호 & 전콘 & 탈퇴</button></a>
|
||||
<button id="btn_logout" class="with_skin">로 그 아 웃</button>
|
||||
<a href="user_info.php"><button type="button" id="btn_user_manage" class="with_skin">비밀번호 & 전콘 & 탈퇴</button></a>
|
||||
<button type="button" id="btn_logout" class="with_skin">로 그 아 웃</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<div id="admin_userlist">
|
||||
<div class="bg2 section_title with_border">회 원 관 리</div>
|
||||
<div class="center_ordered_items with_border bg0">
|
||||
<a href="admin_userlist.php"><button class="with_skin" type="button">회원 관리</button></a>
|
||||
<a href="admin_userlist.php"><button type="button" class="with_skin">회원 관리</button></a>
|
||||
</div>
|
||||
<div class="center_ordered_items with_border bg0">
|
||||
<textarea cols="80" rows="3" id="notice_edit" name="notice"><?=$notice?></textarea>
|
||||
<button id="notice_change_btn" class="with_skin">공지 변경</button>
|
||||
<button type="button" id="notice_change_btn" class="with_skin">공지 변경</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -43,7 +43,7 @@ require(__dir__.'/../vendor/autoload.php');
|
||||
<table class="bg0" id="user_info_table">
|
||||
<caption class="bg2 section_title with_border">
|
||||
계 정 관 리
|
||||
<a href="entrance.php"><button id="btn_back1" class="with_skin">돌아가기</button></a>
|
||||
<a href="entrance.php"><button type="button" id="btn_back1" class="with_skin">돌아가기</button></a>
|
||||
</caption>
|
||||
<colgroup>
|
||||
<col style="width:90px;min-width:90px;" />
|
||||
|
||||
Reference in New Issue
Block a user