diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 22:47:47 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 22:47:47 +0100 |
commit | 35857931efa5fb9fa3fc660f4992879249ce5f0b (patch) | |
tree | 2dbf407482f0b53fb5afbbe20e1e5580b28beb4a /view/tpl/login.tpl | |
parent | 6cb7afcbc0447b60de0128f9a912e10ae125ba45 (diff) | |
download | volse-hubzilla-35857931efa5fb9fa3fc660f4992879249ce5f0b.tar.gz volse-hubzilla-35857931efa5fb9fa3fc660f4992879249ce5f0b.tar.bz2 volse-hubzilla-35857931efa5fb9fa3fc660f4992879249ce5f0b.zip |
2 more tpl files with generic-content-wrapper-styled
Diffstat (limited to 'view/tpl/login.tpl')
-rwxr-xr-x | view/tpl/login.tpl | 2 |
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> |