mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 04:52:09 +08:00
Update findpwd.ftl
This commit is contained in:
@@ -22,11 +22,11 @@ $(function(){
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td><@locale code="forgotpassword.emailmobile"/></td>
|
||||
<td><input type="email" id="emailMobile" name="emailMobile" class="form-control" title="" value=""/></td>
|
||||
<td><input required="" type="email" id="emailMobile" name="emailMobile" class="form-control" title="" value=""/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="login.text.captcha"/>:</td>
|
||||
<td><input class="form-control" type='text' id="j_captcha" name="captcha" tabindex="3" value="" style="float: left;"/><img id="j_captchaimg" src="<@base/>/captcha"/></td>
|
||||
<td><input required="" class="form-control" type='text' id="j_captcha" name="captcha" tabindex="3" value="" style="float: left;"/><img id="j_captchaimg" src="<@base/>/captcha"/></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user