diff options
author | friendica <info@friendica.com> | 2012-03-28 14:55:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-28 14:55:06 -0700 |
commit | a2b1aca27c936991d02ab10d97f1f7980500c460 (patch) | |
tree | b1eab291f198d97fae35c1ed96b8b7c26fec3c30 /view/theme/diabook/communityhome.tpl | |
parent | 4fe0b56d765d98b79592cf855d72e823d4478854 (diff) | |
parent | aa26517cdcb70fd110372cf35fdefdd3357059e6 (diff) | |
download | volse-hubzilla-a2b1aca27c936991d02ab10d97f1f7980500c460.tar.gz volse-hubzilla-a2b1aca27c936991d02ab10d97f1f7980500c460.tar.bz2 volse-hubzilla-a2b1aca27c936991d02ab10d97f1f7980500c460.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 7 |
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> |