모바일: 로그인, 패스워드 확인 스킨

This commit is contained in:
whitedot
2013-03-05 12:13:21 +09:00
parent b039284dbf
commit 0d4847170a
4 changed files with 25 additions and 31 deletions

View File

@ -32,7 +32,7 @@ else $g4['title'] = $g4['title'];
<input type="hidden" name="page" value="<?=$page?>">
<fieldset>
<label for="password_wr_password">패스워드<strong class="sound_only">필수</strong></label>
<label for="pw_wr_password">패스워드<strong class="sound_only">필수</strong></label>
<input type="password" id="password_wr_password" name="wr_password" class="fs_input required" maxLength="20" size="15" required>
<input type="submit" class="fs_submit" value="확인">
</fieldset>