aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-21 03:48:59 -0700
committerfriendica <info@friendica.com>2012-07-21 03:48:59 -0700
commit6e08f398200de8a1560e14cdb4fb6c278a8e2b94 (patch)
tree9ca6e1e6350ba49b8f3abc130c9551afe7fa436d /view
parentbf386749047731d3a7f47fd99f7dcc4e93ed7be7 (diff)
downloadvolse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.tar.gz
volse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.tar.bz2
volse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.zip
simplify
Diffstat (limited to 'view')
-rw-r--r--view/login.tpl6
-rw-r--r--view/poke_content.tpl5
-rw-r--r--view/register.tpl5
3 files changed, 4 insertions, 12 deletions
diff --git a/view/login.tpl b/view/login.tpl
index 4cbbb1624..9f098c1d4 100644
--- a/view/login.tpl
+++ b/view/login.tpl
@@ -7,12 +7,6 @@
{{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
</div>
- {{ if $openid }}
- <div id="login_openid">
- {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
- </div>
- {{ endif }}
-
<div id="login-extra-links">
{{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
<a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
diff --git a/view/poke_content.tpl b/view/poke_content.tpl
index f81d04c6c..18438787a 100644
--- a/view/poke_content.tpl
+++ b/view/poke_content.tpl
@@ -23,7 +23,10 @@
</select>
<br />
<br />
-
+<div id="poke-private-desc">$prv_desc</div>
+<input type="checkbox" name="private" value="1" />
+<br />
+<br />
<input type="submit" name="submit" value="$submit" />
</form>
diff --git a/view/register.tpl b/view/register.tpl
index 8ce1d20ac..244762c4b 100644
--- a/view/register.tpl
+++ b/view/register.tpl
@@ -11,11 +11,6 @@
<p id="register-fill-desc">$fillwith</p>
<p id="register-fill-ext">$fillext</p>
- <div id="register-openid-wrapper" >
- $oidhtml
- </div>
- <div id="register-openid-end" ></div>
-
{{ if $invitations }}
<p id="register-invite-desc">$invite_desc</p>