aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-09 00:17:47 -0800
committerFriendika <info@friendika.com>2011-03-09 00:17:47 -0800
commit5f54503780ac6f94bbfe2692682aab5355673d16 (patch)
treeeda97fe45305551671996491d85ce3aded90d49a /view/wall_item.tpl
parent0de88eb6b0e5ceab470240a54414317884a49101 (diff)
parent37a87b0f58c61a58303230f2ca997c5e81f1f908 (diff)
downloadvolse-hubzilla-5f54503780ac6f94bbfe2692682aab5355673d16.tar.gz
volse-hubzilla-5f54503780ac6f94bbfe2692682aab5355673d16.tar.bz2
volse-hubzilla-5f54503780ac6f94bbfe2692682aab5355673d16.zip
Merge branch 'issue-11' of https://github.com/fabrixxm/friendika into fabrixxm-issue-11
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r--view/wall_item.tpl11
1 files changed, 7 insertions, 4 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index 1cad41118..5cae6b142 100644
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -8,18 +8,21 @@
<div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
$lock
- <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
- <div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
- <div class="wall-item-location" id="wall-item-location-$id">$location</div>
- $vote
+ <div class="wall-item-location" id="wall-item-location-$id">$location</div>
</div>
</span>
+ <div class="wall-item-author">
+ <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
+ <div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
+
+ </div>
<div class="wall-item-content" id="wall-item-content-$id" >
<div class="wall-item-title" id="wall-item-title-$id">$title</div>
<div class="wall-item-title-end"></div>
<div class="wall-item-body" id="wall-item-body-$id" >$body</div>
</div>
<div class="wall-item-tools" id="wall-item-tools-$id">
+ $vote
$plink
$drop
</div>