aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/communityhome.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-28 23:07:34 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-03-28 23:07:34 +0200
commitaa26517cdcb70fd110372cf35fdefdd3357059e6 (patch)
tree7da5f86a82aeb66f90427f1ec3ef8f3163c11234 /view/theme/diabook/communityhome.tpl
parent1a9bbac0bede3daf3bca9260397e1ad2214be1f7 (diff)
downloadvolse-hubzilla-aa26517cdcb70fd110372cf35fdefdd3357059e6.tar.gz
volse-hubzilla-aa26517cdcb70fd110372cf35fdefdd3357059e6.tar.bz2
volse-hubzilla-aa26517cdcb70fd110372cf35fdefdd3357059e6.zip
add a searchbox to "find friends" for global search
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-xview/theme/diabook/communityhome.tpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl
index a14705ed7..3e840abc4 100755
--- a/view/theme/diabook/communityhome.tpl
+++ b/view/theme/diabook/communityhome.tpl
@@ -30,13 +30,14 @@
{{ endif }}
</div>
-<div id="close_friends">
+<div id="close_friends" style="margin-bottom:53px;">
{{ if $nv }}
<h3>Find Friends<a id="close_friends_icon" onClick="close_friends()" class="icon close_box" title="close"></a></h3>
<a class="$nv.directory.2" href="$nv.directory.0" style="margin-left: 10px; " title="$nv.directory.3" >$nv.directory.1</a><br>
<a class="$nv.match.2" href="$nv.match.0" style="margin-left: 10px; " title="$nv.match.3" >$nv.match.1</a><br>
-<a class="$nv.suggest.2" href="$nv.suggest.0" style="margin-left: 10px; " title="$nv.suggest.3" >$nv.suggest.1</a>
-<a class="$nv.invite.2" href="$nv.invite.0" style="margin-left: 10px; " title="$nav.invite.3" >$nv.invite.1</a>
+<a class="$nv.suggest.2" href="$nv.suggest.0" style="margin-left: 10px; " title="$nv.suggest.3" >$nv.suggest.1</a><br>
+<a class="$nv.invite.2" href="$nv.invite.0" style="margin-left: 10px; " title="$nav.invite.3" >$nv.invite.1</a>
+$nv.search
{{ endif }}
</div>