diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-02 14:19:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-02 14:24:19 +0100 |
commit | e2ee565f05a43bb5fa461df3fd857dc27c8d9b67 (patch) | |
tree | e2be892db46d442091a2798fc9089461f8667dd3 /view/tpl/login.tpl | |
parent | 23303391e070120851d505a2ec8f3b9b696329e2 (diff) | |
download | volse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.tar.gz volse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.tar.bz2 volse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.zip |
cherry-pick nav-login changes
Diffstat (limited to 'view/tpl/login.tpl')
-rwxr-xr-x | view/tpl/login.tpl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 1c2841adf..3d3faa41c 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -1,6 +1,3 @@ -{{if $login_page}} -<div class="generic-content-wrapper-styled"> -{{/if}} <form action="{{$dest_url}}" id="{{$form_id}}" method="post" > <input type="hidden" name="auth-params" value="login" /> <div id="login-main"> @@ -20,6 +17,5 @@ {{/foreach}} </form> {{if $login_page}} -</div> <script type="text/javascript"> $(document).ready(function() { $("#id_{{$lname.0}}").focus();} );</script> -{{/if}}
\ No newline at end of file +{{/if}} |