正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
@@ -72,7 +72,6 @@ | @@ -72,7 +72,6 @@ | ||
72 | <input type="text" class="form-control" id="pd-form-email" placeholder="{:__('Mobile')}" name="mobile" value="" data-rule="{:__('Mobile')}:required;mobile" /> | 72 | <input type="text" class="form-control" id="pd-form-email" placeholder="{:__('Mobile')}" name="mobile" value="" data-rule="{:__('Mobile')}:required;mobile" /> |
73 | </div> | 73 | </div> |
74 | 74 | ||
75 | - {if $config.fastadmin.login_captcha} | ||
76 | <div class="input-group"> | 75 | <div class="input-group"> |
77 | <div class="input-group-addon"><span class="glyphicon glyphicon-option-horizontal" aria-hidden="true"></span></div> | 76 | <div class="input-group-addon"><span class="glyphicon glyphicon-option-horizontal" aria-hidden="true"></span></div> |
78 | <input type="text" name="code" class="form-control" id="code" placeholder="{:__('Captcha')}"/> | 77 | <input type="text" name="code" class="form-control" id="code" placeholder="{:__('Captcha')}"/> |
@@ -81,7 +80,6 @@ | @@ -81,7 +80,6 @@ | ||
81 | <button type="button" class="btn btn-default btn-small btn-block get_code" style="border:0;">发送验证码</button> | 80 | <button type="button" class="btn btn-default btn-small btn-block get_code" style="border:0;">发送验证码</button> |
82 | </span> | 81 | </span> |
83 | </div> | 82 | </div> |
84 | - {/if} | ||
85 | <div class="form-group button"> | 83 | <div class="form-group button"> |
86 | <button type="button" class="btn btn-success btn-lg btn-block affirm">确认</button> | 84 | <button type="button" class="btn btn-success btn-lg btn-block affirm">确认</button> |
87 | </div> | 85 | </div> |
-
请 注册 或 登录 后发表评论