fix: 서버 페이지에서 버튼을 bootstrap 버튼으로 변경

This commit is contained in:
2022-05-13 20:27:31 +09:00
parent e0d5c44184
commit 5d499bbfbe
3 changed files with 20 additions and 41 deletions
+2 -2
View File
@@ -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">비밀번호 &amp; 전콘 &amp; 탈퇴</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">비밀번호 &amp; 전콘 &amp; 탈퇴</a>
<button type="button" id="btn_logout"class="btn btn-dark">로 그 아 웃</button>
</div>
</div>