mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49: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>
|
<span class="button"><input type="submit" value="{$lang->cmd_login}" /></span>
|
||||||
|
|
||||||
<p class="keep">
|
<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>
|
<label for="keepid">{$lang->keep_signed}</label>
|
||||||
</p>
|
</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
<div><input type="submit" value=" " class="submit" /></div>
|
<div><input type="submit" value=" " class="submit" /></div>
|
||||||
<ul class="option">
|
<ul class="option">
|
||||||
<li><input type="checkbox" name="keep_signed" id="keepid" value="Y" onclick="return confirm(keep_signed_msg);"/></li>
|
<li><input type="checkbox" name="keep_signed" id="keepid" value="Y" onclick="if(this.checked) return confirm(keep_signed_msg);"/></li>
|
||||||
<li><label for="keepid">{$lang->keep_signed}</label></li>
|
<li><label for="keepid">{$lang->keep_signed}</label></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="extra_option">
|
<ul class="extra_option">
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<input type="image" src="./images/{$colorset}/buttonLogin.gif" alt="login" class="login" />
|
<input type="image" src="./images/{$colorset}/buttonLogin.gif" alt="login" class="login" />
|
||||||
</div>
|
</div>
|
||||||
<p class="save">
|
<p class="save">
|
||||||
<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>
|
<label for="keepid">{$lang->keep_signed}</label>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue