mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Separate CAPTCHA actions #1815
This commit is contained in:
parent
37aa3dea3b
commit
9aea72b1c3
10 changed files with 28 additions and 12 deletions
|
|
@ -486,6 +486,9 @@
|
|||
<p>{str_replace('\n\n', '<br />', $lang->about_keep_signed)}</p>
|
||||
<div class="edge"></div>
|
||||
</div>
|
||||
<div class="captcha" cond="isset($captcha) && $captcha && $captcha->isTargetAction('login')">
|
||||
{$captcha}
|
||||
</div>
|
||||
<button type="submit" class="btn_submit">{$lang->cmd_login}</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue