mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Add reCAPTCHA placeholders to default member skin
This commit is contained in:
parent
a87a31a611
commit
585e4f41f4
2 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
|||
<input type="email" cond="$identifier != 'user_id'" name="user_id" id="uid" required placeholder="{$lang->email_address}" title="{$lang->email_address}" />
|
||||
<input type="password" name="password" id="upw" required placeholder="{$lang->password}" title="{$lang->password}" />
|
||||
</div>
|
||||
<div class="control-group" cond="$captcha">
|
||||
{$captcha}
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label for="keepid_opt">
|
||||
<input type="checkbox" name="keep_signed" id="keepid_opt" value="Y" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue