aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/login.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/login.tpl')
-rwxr-xr-xview/tpl/login.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl
index 9472bd961..da38f3571 100755
--- a/view/tpl/login.tpl
+++ b/view/tpl/login.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper-styled">
<form action="{{$dest_url}}" id="{{$form_id}}" method="post" >
<input type="hidden" name="auth-params" value="login" />
<div id="login-main">
@@ -16,4 +17,5 @@
<input type="hidden" name="{{$k}}" value="{{$v}}" />
{{/foreach}}
</form>
+</div>
<script type="text/javascript"> $(document).ready(function() { $("#id_{{$lname.0}}").focus();} );</script>