mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
#18981415 : fixed keep_signed
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7570 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5e09e20f8f
commit
730c1c606b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
|||
<li><label for="pw" class="db fb al">{$lang->password}</label><input name="password" type="password" id="pw" class="itx" value="" /></li>
|
||||
</ul>
|
||||
<div class="cm">
|
||||
<div class="fl"><input name="keep_signed" type="checkbox" value="" id="autoLogin" /><label for="autoLogin">자동로그인</label></div>
|
||||
<div class="fr"><a href="join.html" class="bn">회원가입</a> <button type="submit" class="bn">로그인</button></div>
|
||||
<div class="fl"><input name="keep_signed" type="checkbox" value="Y" id="autoLogin" /><label for="autoLogin">{$lang->keep_signed}</label></div>
|
||||
<div class="fr"><a href="join.html" class="bn">회원가입</a> <button type="submit" class="bn">{$lang->cmd_login}</button></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue