mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
#446 '로그인 유지' 체크해제시 경고창 출력하지 않도록 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4105 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44e87213ca
commit
33149a1ffb
3 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<span class="button"><input type="submit" value="{$lang->cmd_login}" /></span>
|
||||
|
||||
<p class="keep">
|
||||
<input type="checkbox" name="keep_signed" id="keepid" value="Y" onclick="return confirm(keep_signed_msg);"/>
|
||||
<input type="checkbox" name="keep_signed" id="keepid" value="Y" onclick="if(this.checked) return confirm(keep_signed_msg);"/>
|
||||
<label for="keepid">{$lang->keep_signed}</label>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue