aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/login.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/login.tpl')
-rwxr-xr-xview/tpl/login.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl
index 3ca118590..a1952d408 100755
--- a/view/tpl/login.tpl
+++ b/view/tpl/login.tpl
@@ -11,12 +11,14 @@
<a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
</div>
+ <div class="clear"></div>
+
{{include file="field_checkbox.tpl" field=$remember}}
<div id="login-standard-end"></div>
<div id="login-submit-wrapper" >
- <input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />
+ <input type="submit" name="submit" id="login-submit-button" class="btn btn-default" value="{{$login}}" />
</div>
{{foreach $hiddens as $k=>$v}}