Skip to content

Commit 17e8b6d

Browse files
authored
Update login.php
1 parent ae7bc9f commit 17e8b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/user/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function printContent(){
4949
</div>
5050
<div style="float:right"><button class="btn btn-primary" onclick="$('#downform_login_action').val('login');$('#downform_login').submit();" id="cmdLoginPage">로그인</button></div>
5151
<!-- 회원가입 받을 시기에 comment out(uncomment). -->
52-
<div style="float:right"><button class="btn btn-default" style="margin-right:5px;border-radius:5px;" onclick="$('#downform_login_action').val('register');$('#downform_login').submit();">회원가입</button></div>
52+
<!-- <div style="float:right"><button class="btn btn-default" style="margin-right:5px;border-radius:5px;" onclick="$('#downform_login_action').val('register');$('#downform_login').submit();">회원가입</button></div> -->
5353
<div style="float:right;color:white;height:32px;vertical-align:middle;line-height:32px;margin-right:10px;"><label for="chk_remember_me" style="vertical-align:middle;"><input type="checkbox" name="remember_me" id="chk_remember_me" style="vertical-align:middle;" onchange="if(this.checked) {
5454
var check = this;
5555
(new PNotify({

0 commit comments

Comments
 (0)