aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-10-26 14:16:05 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-10-26 14:16:05 +0100
commit2099ac06155cfbbfec5040b172b3d88bdf610ed2 (patch)
tree86b01bf39766e137d243a5ddb9c3fb0e1a88e505 /view
parent5e28b1216e1a44b60c1d1cf33d069b1043653103 (diff)
downloadvolse-hubzilla-2099ac06155cfbbfec5040b172b3d88bdf610ed2.tar.gz
volse-hubzilla-2099ac06155cfbbfec5040b172b3d88bdf610ed2.tar.bz2
volse-hubzilla-2099ac06155cfbbfec5040b172b3d88bdf610ed2.zip
Revert this one. This was hub specific.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/register.tpl16
1 files changed, 5 insertions, 11 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl
index 4a9a6ce03..ed673031a 100755
--- a/view/tpl/register.tpl
+++ b/view/tpl/register.tpl
@@ -1,8 +1,8 @@
-<link href="custom/css/loginreg.css" rel="stylesheet">
-<div class="reg-box">
<h2>{{$title}}</h2>
-<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
+<form action="register" method="post" id="register-form">
+
+
{{if $reg_is}}
<div id="register-desc" class="descriptive-paragraph">{{$reg_is}}</div>
@@ -12,11 +12,6 @@
{{if $other_sites}}<div id="register-sites" class="descriptive-paragraph">{{$other_sites}}</div>
{{/if}}
-</div>
-<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
-
-<form action="register" method="post" id="register-form" >
-
{{if $invitations}}
<p id="register-invite-desc">{{$invite_desc}}</p>
@@ -50,8 +45,7 @@
<input type="hidden" name="tos" value="1" />
{{/if}}
- <button type="submit" name="submit" class="btn btn-default btn-lg" id="register-submit-button">{{$submit}}</button>
+ <input type="submit" name="submit" class="btn btn-default" id="register-submit-button" value="{{$submit}}" />
<div id="register-submit-end" class="register-field-end"></div>
+
</form>
-</div>
-</div>