aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-10-26 22:47:47 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-10-26 22:47:47 +0100
commit35857931efa5fb9fa3fc660f4992879249ce5f0b (patch)
tree2dbf407482f0b53fb5afbbe20e1e5580b28beb4a /view
parent6cb7afcbc0447b60de0128f9a912e10ae125ba45 (diff)
downloadvolse-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-xview/tpl/login.tpl2
-rwxr-xr-xview/tpl/register.tpl2
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>