...
|
...
|
@@ -72,7 +72,6 @@ |
|
|
<input type="text" class="form-control" id="pd-form-email" placeholder="{:__('Mobile')}" name="mobile" value="" data-rule="{:__('Mobile')}:required;mobile" />
|
|
|
</div>
|
|
|
|
|
|
{if $config.fastadmin.login_captcha}
|
|
|
<div class="input-group">
|
|
|
<div class="input-group-addon"><span class="glyphicon glyphicon-option-horizontal" aria-hidden="true"></span></div>
|
|
|
<input type="text" name="code" class="form-control" id="code" placeholder="{:__('Captcha')}"/>
|
...
|
...
|
@@ -81,7 +80,6 @@ |
|
|
<button type="button" class="btn btn-default btn-small btn-block get_code" style="border:0;">发送验证码</button>
|
|
|
</span>
|
|
|
</div>
|
|
|
{/if}
|
|
|
<div class="form-group button">
|
|
|
<button type="button" class="btn btn-success btn-lg btn-block affirm">确认</button>
|
|
|
</div>
|
...
|
...
|
|