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 | |
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')
-rwxr-xr-x | view/tpl/login.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/register.tpl | 2 |
2 files changed, 4 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> diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index ed673031a..005b122cf 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> <form action="register" method="post" id="register-form"> @@ -49,3 +50,4 @@ <div id="register-submit-end" class="register-field-end"></div> </form> +</div> |