aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-30 14:37:50 -0800
committerfriendica <info@friendica.com>2014-01-30 14:37:50 -0800
commit2f876334d5d55282ef4705d80c975e508b52c343 (patch)
treeae13a518464da622b568fba41f4f68911bd9b5ce /view
parent0fae8acdefa26c19429ffef218066050d1ae825e (diff)
parent70de97fca17bac28e174373cd03581b5bae0c471 (diff)
downloadvolse-hubzilla-2f876334d5d55282ef4705d80c975e508b52c343.tar.gz
volse-hubzilla-2f876334d5d55282ef4705d80c975e508b52c343.tar.bz2
volse-hubzilla-2f876334d5d55282ef4705d80c975e508b52c343.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/admin_hubloc.tpl1
-rwxr-xr-xview/tpl/profile_vcard.tpl3
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl
index ea840e1b3..06a8cdf6a 100755
--- a/view/tpl/admin_hubloc.tpl
+++ b/view/tpl/admin_hubloc.tpl
@@ -15,6 +15,7 @@
<form action="{{$baseurl}}/admin/hubloc" method="post">
<input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
+ <input type='hidden' name='url' value='{{$hub.hubloc_host}}'>
<input type="submit" name="check" value="check" >
<input type="submit" name="repair" value="repair" ></td>
</form>
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index 7a857fd67..187c3039d 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -10,8 +10,7 @@
</li>
{{/foreach}}
<li><a href="profile_photo" >{{$profile.menu.chg_photo}}</a></li>
- <li><a href="profiles/new" id="profile-listing-new-link">{{$profile.menu.cr_new}}</a></li>
-
+ {{if $profile.menu.cr_new}}<li><a href="profiles/new" id="profile-listing-new-link">{{$profile.menu.cr_new}}</a></li>{{/if}}
</ul>
</div>
{{/if}}