aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/communityhome.tpl
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-23 20:06:48 -0700
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-23 20:06:48 -0700
commitef27af623e293cf01ce8b1426451c1528cc74b47 (patch)
tree6924c1dba028b3e079d2b1113f31bfd782a8238a /view/theme/diabook/communityhome.tpl
parentce8cfb7b0531e72fe28b3a6a6440016e482bd016 (diff)
parentd76b052f90346b49d64aeef9024ab56f8be79f53 (diff)
downloadvolse-hubzilla-ef27af623e293cf01ce8b1426451c1528cc74b47.tar.gz
volse-hubzilla-ef27af623e293cf01ce8b1426451c1528cc74b47.tar.bz2
volse-hubzilla-ef27af623e293cf01ce8b1426451c1528cc74b47.zip
Merge pull request #161 from tomtom84/master
fixes in theme diabook
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-xview/theme/diabook/communityhome.tpl12
1 files changed, 8 insertions, 4 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl
index 944aec2dd..46681998d 100755
--- a/view/theme/diabook/communityhome.tpl
+++ b/view/theme/diabook/communityhome.tpl
@@ -1,5 +1,5 @@
{{ if $lastusers_title }}
-<h3 style="margin-top:0px;">Help or #NewHere?</h3>
+<h3 style="margin-top:0px;">Help or #NewHere ?</h3>
<a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; color:#000;" title="Friendica Support" target="blank">Friendica Support</a><br>
<a href="https://letstalk.pyxis.uberspace.de/profile/letstalk" style="margin-left: 10px; color:#000;" title="Let's talk" target="blank">Let's talk</a><br>
<a href="http://kakste.com/profile/newhere" title="#NewHere" style="margin-left: 10px; color:#000;" target="blank">NewHere</a>
@@ -7,7 +7,7 @@
{{ if $lastusers_title }}
<h3>$lastusers_title</h3>
-<div class='items-wrapper'>
+<div id='lastusers-wrapper' class='items-wrapper'>
{{ for $lastusers_items as $i }}
$i
{{ endfor }}
@@ -25,19 +25,23 @@
{{ if $photos_title }}
<h3>$photos_title</h3>
-<div class='items-wrapper'>
+<div id='ra-photos-wrapper' class='items-wrapper'>
{{ for $photos_items as $i }}
$i
{{ endfor }}
</div>
{{ endif }}
+{{ if $lastusers_title }}
+<h3>PostIt to Friendica</h3>
+<div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
+{{ endif }}
{{ if $like_title }}
<h3>$like_title</h3>
<ul id='likes'>
{{ for $like_items as $i }}
- <li>$i</li>
+ <li id='ra-photos-wrapper'>$i</li>
{{ endfor }}
</ul>
{{ endif }}