diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-01 14:45:52 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-01 14:45:52 -0800 |
commit | db710cd2dfc67f4bb4c6dfde5ff62cf0a11d9f08 (patch) | |
tree | 5f307d7390ea9cd90abaeb12dd26c65e70f484b1 /view/tpl/login.tpl | |
parent | ec037abf92be6ac6495cabcd5d64821655f39e37 (diff) | |
download | volse-hubzilla-db710cd2dfc67f4bb4c6dfde5ff62cf0a11d9f08.tar.gz volse-hubzilla-db710cd2dfc67f4bb4c6dfde5ff62cf0a11d9f08.tar.bz2 volse-hubzilla-db710cd2dfc67f4bb4c6dfde5ff62cf0a11d9f08.zip |
fix a few style issues with nav login panel
Diffstat (limited to 'view/tpl/login.tpl')
-rwxr-xr-x | view/tpl/login.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index d56c8f272..1c2841adf 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -1,4 +1,6 @@ +{{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"> @@ -17,5 +19,7 @@ <input type="hidden" name="{{$k}}" value="{{$v}}" /> {{/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 |