diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-26 13:52:44 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-26 13:52:44 +0200 |
commit | aaddee0d948832be7967c769fe4fafe7bdce2c0f (patch) | |
tree | 3d101ab478bc6709483a4f3b044a809f9e8d7c20 /view/theme/diabook/communityhome.tpl | |
parent | 0164da4fb961c817e576df5994b777cc1c2b306b (diff) | |
download | volse-hubzilla-aaddee0d948832be7967c769fe4fafe7bdce2c0f.tar.gz volse-hubzilla-aaddee0d948832be7967c769fe4fafe7bdce2c0f.tar.bz2 volse-hubzilla-aaddee0d948832be7967c769fe4fafe7bdce2c0f.zip |
minor css fixes in diabook
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 23c26c910..aa150b9d0 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -1,3 +1,7 @@ +{{ if $page }} +<div>$page</div> +{{ endif }} + {{ if $lastusers_title }} <h3 style="margin-top:0px;">Help or @NewHere ?</h3> <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br> @@ -21,6 +25,11 @@ {{ endif }} {{ if $lastusers_title }} +<h3>PostIt to Friendica</h3> +<div style="padding-left: 8px;"><span ><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span></div> +{{ endif }} + +{{ if $lastusers_title }} <h3>$lastusers_title</h3> <div id='lastusers-wrapper' class='items-wrapper'> {{ for $lastusers_items as $i }} @@ -47,15 +56,6 @@ </div> {{ endif }} -{{ if $page }} -<div>$page</div> -{{ endif }} - -{{ if $lastusers_title }} -<h3>PostIt to Friendica</h3> -<div style="padding-left: 8px;"><span ><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span></div> -{{ endif }} - {{ if $like_title }} <h3>$like_title</h3> <ul id='likes'> |