mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Issue 2350 completed. /widgets/login_info/skins/bootstrap.login created.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c8a7c40de1
commit
e3c78c4832
1 changed files with 3 additions and 3 deletions
|
|
@ -11,9 +11,9 @@
|
|||
</div>
|
||||
<div class="idpwWrap">
|
||||
<div class="idpw">
|
||||
<input name="user_id" type="text" required autocomplete="off" title="{$lang->user_id}" cond="$member_config->identifier != 'email_address'" />
|
||||
<input name="user_id" type="email" required autocomplete="off" title="{$lang->email_address}" cond="$member_config->identifier == 'email_address'" />
|
||||
<input name="password" type="password" required autocomplete="off" title="{$lang->password}" />
|
||||
<input name="user_id" type="text" required title="{$lang->user_id}" cond="$member_config->identifier != 'email_address'" />
|
||||
<input name="user_id" type="email" required title="{$lang->email_address}" cond="$member_config->identifier == 'email_address'" />
|
||||
<input name="password" type="password" required title="{$lang->password}" />
|
||||
<p class="keep">
|
||||
<input type="checkbox" name="keep_signed" id="keep_signed" value="Y" />
|
||||
<label for="keep_signed">{$lang->keep_signed}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue