fix: 서버 페이지에서 버튼을 bootstrap 버튼으로 변경
This commit is contained in:
@@ -103,8 +103,8 @@ $acl = $session->acl;
|
||||
<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 type="button" id="btn_user_manage" class="with_skin">비밀번호 & 전콘 & 탈퇴</button></a>
|
||||
<button type="button" id="btn_logout" class="with_skin">로 그 아 웃</button>
|
||||
<a class="btn btn-dark" href="user_info.php" id="btn_user_manage">비밀번호 & 전콘 & 탈퇴</a>
|
||||
<button type="button" id="btn_logout"class="btn btn-dark">로 그 아 웃</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user