mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
Fix #2086 missing CAPTCHA in message module skin
This commit is contained in:
parent
4c9b14f077
commit
9bb2e40ef4
3 changed files with 13 additions and 2 deletions
|
|
@ -30,9 +30,14 @@
|
|||
<input type="email" name="user_id" id="uid" title="{$lang->email_address}" placeholder="{$lang->email_address}" required autofocus cond="$member_config->identifier == 'email_address'" />
|
||||
<input type="password" name="password" id="upw" title="{$lang->password}" placeholder="{$lang->password}" required />
|
||||
</div>
|
||||
<!--@if(SpamfilterModel::isCaptchaEnabled('login'))-->
|
||||
<div class="control-group captcha">
|
||||
{SpamfilterModel::getCaptcha('login')|noescape}
|
||||
</div>
|
||||
<!--@endif-->
|
||||
<div class="control-group">
|
||||
<label for="keepid">
|
||||
<input type="checkbox" name="keep_signed" id="keepid" class="inputCheck" value="Y" onclick="jQuery('#warning')[(jQuery('#keepid:checked').size()>0?'addClass':'removeClass')]('open');" />
|
||||
<input type="checkbox" name="keep_signed" id="keepid" class="inputCheck" value="Y" onclick="jQuery('#warning')[(jQuery('#keepid:checked').size()>0?'addClass':'removeClass')]('open');" />
|
||||
{$lang->keep_signed}
|
||||
</label>
|
||||
<p id="warning">{$lang->about_keep_warning}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue