관리자: 리디자인 16, 관리자 패스워드 확인

This commit is contained in:
whitedot
2013-02-15 17:59:19 +09:00
parent b96434c362
commit 6613f7c5e7
3 changed files with 17 additions and 5 deletions

View File

@ -556,7 +556,7 @@ $pg_anchor = "
<legend>XSS 혹은 CSRF 방지</legend>
<p>관리자 권한을 탈취당하는 경우를 대비하여 패스워드를 다시 한번 확인합니다.</p>
<label for="admin_password">관리자 패스워드<strong class="sound_only">필수</strong></label>
<input type="password" id="admin_password" name="admin_password" class="required">
<input type="password" id="admin_password" name="admin_password" class="required frm_input">
</fieldset>
<div class="btn_confirm">

View File

@ -164,11 +164,11 @@ $colspan = 15;
$intercept_title = '';
if ($row['mb_leave_date']) {
$mb_id = $mb_id;
$leave_msg = '탈퇴함';
$leave_msg = '<br>탈퇴함';
}
else if ($row['mb_intercept_date']) {
$mb_id = $mb_id;
$intercept_msg = '차단됨';
$intercept_msg = '<br>차단됨';
$intercept_title = '차단해제';
}
if ($intercept_title == '')